dev-python/urllib3: Fix to progressive unbundling
authorJustin Lecher <jlec@gentoo.org>
Thu, 21 Jan 2016 10:31:35 +0000 (11:31 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 21 Jan 2016 11:43:47 +0000 (12:43 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/urllib3/urllib3-1.13.1-r1.ebuild

index f931d36fda39e2879af96d4794555b3071293a93..bc1440a34caf8eaeae64f3f4660426ab3e92005f 100644 (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