From 9fe624e05bc21dd856c5f17a457f1dbbcc85e0dc Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 20 Oct 2016 19:40:47 +0200 Subject: [PATCH] python3-docker-py: backports.ssl_match_hostname no longer needed. --- srcpkgs/python-docker-py/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-docker-py/template b/srcpkgs/python-docker-py/template index e4cda5fcdb1..4a8d3b87b79 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}"