dev-python/urllib3: Fix to progressive unbundling

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-01-21 11:31:35 +01:00
parent 73414fe514
commit a9417618de

View File

@@ -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