python3-docker-py: backports.ssl_match_hostname no longer needed.

This commit is contained in:
Alessio Sergi 2016-10-20 19:40:47 +02:00
parent ee49e377ec
commit 9fe624e05b
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-docker-py' # Template file for 'python-docker-py'
pkgname=python-docker-py pkgname=python-docker-py
version=1.9.0 version=1.9.0
revision=2 revision=3
noarch=yes noarch=yes
wrksrc="docker-py-${version}" wrksrc="docker-py-${version}"
build_style=python-module build_style=python-module
@ -18,8 +18,7 @@ checksum=6dc6b914a745786d97817bf35bfc1559834c08517c119f846acdfda9cc7f6d7e
python3-docker-py_package() { python3-docker-py_package() {
noarch=yes noarch=yes
depends="python3-requests python3-six python3-websocket-client depends="python3-requests python3-six python3-websocket-client"
python3-backports.ssl_match_hostname"
pycompile_module="docker" pycompile_module="docker"
replaces="python3.4-docker-py>=0" replaces="python3.4-docker-py>=0"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"