commit: a9417618de5dcd272259e9ce3876bf25f13f78b8
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 10:31:35 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 11:43:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9417618
dev-python/urllib3: Fix to progressive unbundling
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/urllib3/urllib3-1.13.1-r1.ebuild | 5 -----
1 file changed, 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 f931d36..bc1440a 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