python3-docker-py: backports.ssl_match_hostname no longer needed.
This commit is contained in:
parent
ee49e377ec
commit
9fe624e05b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-docker-py'
|
||||
pkgname=python-docker-py
|
||||
version=1.9.0
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="docker-py-${version}"
|
||||
build_style=python-module
|
||||
|
@ -18,8 +18,7 @@ checksum=6dc6b914a745786d97817bf35bfc1559834c08517c119f846acdfda9cc7f6d7e
|
|||
|
||||
python3-docker-py_package() {
|
||||
noarch=yes
|
||||
depends="python3-requests python3-six python3-websocket-client
|
||||
python3-backports.ssl_match_hostname"
|
||||
depends="python3-requests python3-six python3-websocket-client"
|
||||
pycompile_module="docker"
|
||||
replaces="python3.4-docker-py>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
|
|
Loading…
Reference in New Issue