diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-05-04 03:05:27 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-05-04 03:05:27 +0000 |
commit | b172f87848a137cda716f02e78d984f0bf9ba0d9 (patch) | |
tree | 606eff3e55b133c1908d56932a6133f4f08a3c64 /debian/control | |
parent | 1ae939425e29eb3d645cfda82a8419c5e462d019 (diff) | |
download | python-requests-b172f87848a137cda716f02e78d984f0bf9ba0d9.tar python-requests-b172f87848a137cda716f02e78d984f0bf9ba0d9.tar.gz |
Move python-ndg-httpsclient, python-openssl and python-pyasn1 to Suggests
inside python-requests' stanza since Python 2.7.9 include SNI support
and PEP 476 made it as secure as Python 3.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3cae43c..a950cf3 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Depends: ca-certificates, python-chardet, python-urllib3 (>= 1.9.1) -Recommends: +Suggests: python-ndg-httpsclient, python-openssl, python-pyasn1 |