aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-09-01 01:07:53 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-09-01 01:07:53 +0000
commita13add89b1d3ab63524fda763fe2cd75578adf57 (patch)
tree174c67a23b4d75bf4ec4468baa3eba71daef0969 /debian/control
parent726f01eb2b27c81ad5f5df01bbabaa912d0fafe5 (diff)
downloadpython-urllib3-a13add89b1d3ab63524fda763fe2cd75578adf57.tar
python-urllib3-a13add89b1d3ab63524fda763fe2cd75578adf57.tar.gz
* debian/control
- Add python-ndg-httpsclient, python-openssl and python-pyasn1 into python-urllib3's Recomends to ensure that SNI works as expected and to prevent CRIME attack - Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into python3-urllib3's Suggests since Python 3 already support SNI and and SSL compression can be disabled using OP_NO_COMPRESSION
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 87415bb..d11c0b3 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,10 @@ Depends:
${python:Depends},
python-six
Recommends:
- ca-certificates
+ ca-certificates,
+ python-ndg-httpsclient,
+ python-openssl,
+ python-pyasn1
Description: HTTP library with thread-safe connection pooling for Python
urllib3 supports features left out of urllib and urllib2 libraries.
.
@@ -55,6 +58,10 @@ Depends:
python3-six
Recommends:
ca-certificates
+Suggests:
+ python3-ndg-httpsclient,
+ python3-openssl,
+ python3-pyasn1
Description: HTTP library with thread-safe connection pooling for Python3
urllib3 supports features left out of urllib and urllib2 libraries.
.