diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-10-20 23:39:16 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-10-20 23:39:16 +0000 |
commit | 6de4bcf493ab9b89cfd343b6f40fff031319f443 (patch) | |
tree | 60bb0540c7c0cd956363190c961439f0f502e56b /debian/control | |
parent | e34a0f280764876afedaeabd18e99ea4d9a77292 (diff) | |
download | python-requests-6de4bcf493ab9b89cfd343b6f40fff031319f443.tar python-requests-6de4bcf493ab9b89cfd343b6f40fff031319f443.tar.gz |
Bump python{,3}-urllib3 to (>=1.9.1)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index a30593a..bed863d 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: python-chardet, python-pytest, python-setuptools, - python-urllib3 (>= 1.7.1), + python-urllib3 (>= 1.9.1), python3-all, python3-chardet, python3-pytest, @@ -31,7 +31,7 @@ Depends: ${python:Depends}, ca-certificates, python-chardet, - python-urllib3 (>= 1.7.1) + python-urllib3 (>= 1.9.1) Recommends: python-ndg-httpsclient, python-openssl, @@ -62,7 +62,7 @@ Depends: ${python3:Depends}, ca-certificates, python3-chardet, - python3-urllib3 (>= 1.5) + python3-urllib3 (>= 1.9.1) Suggests: python3-ndg-httpsclient, python3-openssl, |