diff --git a/srcpkgs/python-docker-py/template b/srcpkgs/python-docker-py/template index e4cda5fcdb..4a8d3b87b7 100644 --- a/srcpkgs/python-docker-py/template +++ b/srcpkgs/python-docker-py/template @@ -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}"