diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-05-24 23:00:14 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-05-24 23:00:14 +0000 |
commit | 6021f0bea8a1e2b9b3da2020691be801ac957b27 (patch) | |
tree | 721f1776494a71db695c278efd8b5db60c204e4c /debian/patches | |
parent | b6564b803240a6f543f55153b47a50475b7ff3b2 (diff) | |
download | python-urllib3-6021f0bea8a1e2b9b3da2020691be801ac957b27.tar python-urllib3-6021f0bea8a1e2b9b3da2020691be801ac957b27.tar.gz |
Removed ssl_match_hostname package from setup.py
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/05_do-not-use-embedded-ssl-match-hostname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/05_do-not-use-embedded-ssl-match-hostname.patch b/debian/patches/05_do-not-use-embedded-ssl-match-hostname.patch index e536e69..9ee4cb9 100644 --- a/debian/patches/05_do-not-use-embedded-ssl-match-hostname.patch +++ b/debian/patches/05_do-not-use-embedded-ssl-match-hostname.patch @@ -43,3 +43,14 @@ Last-Update: 2014-05-25 -from . import ssl_match_hostname +--- a/setup.py ++++ b/setup.py +@@ -45,7 +45,7 @@ + url='http://urllib3.readthedocs.org/', + license='MIT', + packages=['urllib3', +- 'urllib3.packages', 'urllib3.packages.ssl_match_hostname', ++ 'urllib3.packages', + 'urllib3.contrib', 'urllib3.util', + ], + requires=requirements, |