diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-21 11:31:35 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-21 12:43:47 +0100 |
commit | a9417618de5dcd272259e9ce3876bf25f13f78b8 (patch) | |
tree | 728b339c811077a0af88ad22c47033e8d541a5c0 /dev-python/urllib3 | |
parent | dev-python/urllib3: KEYWORD under all arches policy (diff) | |
download | gentoo-a9417618de5dcd272259e9ce3876bf25f13f78b8.tar.gz gentoo-a9417618de5dcd272259e9ce3876bf25f13f78b8.tar.bz2 gentoo-a9417618de5dcd272259e9ce3876bf25f13f78b8.zip |
dev-python/urllib3: Fix to progressive unbundling
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.13.1-r1.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-python/urllib3/urllib3-1.13.1-r1.ebuild b/dev-python/urllib3/urllib3-1.13.1-r1.ebuild index f931d36fda39..bc1440a34caf 100644 --- a/dev-python/urllib3/urllib3-1.13.1-r1.ebuild +++ b/dev-python/urllib3/urllib3-1.13.1-r1.ebuild @@ -49,11 +49,6 @@ python_prepare_all() { from six import * EOF - cat > urllib3/contrib/pyopenssl.py <<- EOF - from __future__ import absolute_import - from pyopenssl import * - EOF - rm -r urllib3/packages/ssl_match_hostname || die cat > urllib3/packages/ssl_match_hostname.py <<- EOF from __future__ import absolute_import |