projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73414fe
)
dev-python/urllib3: Fix to progressive unbundling
author
Justin Lecher
<jlec@gentoo.org>
Thu, 21 Jan 2016 10:31:35 +0000
(11:31 +0100)
committer
Justin 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
patch
|
blob
|
history
diff --git
a/dev-python/urllib3/urllib3-1.13.1-r1.ebuild
b/dev-python/urllib3/urllib3-1.13.1-r1.ebuild
index f931d36fda39e2879af96d4794555b3071293a93..bc1440a34caf8eaeae64f3f4660426ab3e92005f 100644
(file)
--- 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