From: Justin Lecher Date: Thu, 21 Jan 2016 10:31:35 +0000 (+0100) Subject: dev-python/urllib3: Fix to progressive unbundling X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a9417618de5dcd272259e9ce3876bf25f13f78b8;p=gentoo.git dev-python/urllib3: Fix to progressive unbundling Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- 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