diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-10-23 13:02:09 +0200 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-10-23 13:02:09 +0200 |
commit | d3161bbeef0171a98941287e8d276c451b4be401 (patch) | |
tree | 2224af8db773397ff7c5d802c38ff5b6c9ad1cfa /debian/control | |
parent | ccc91dc291710d32703aa554a4a23409b358e66d (diff) | |
download | python-requests-d3161bbeef0171a98941287e8d276c451b4be401.tar python-requests-d3161bbeef0171a98941287e8d276c451b4be401.tar.gz |
Bump python{,3}-urllib3 to >= 1.12 both in Build-Depends and Depends
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index cd4faa4..bf7e16e 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,11 @@ Build-Depends: python-all (>= 2.6.6-3), python-chardet, python-setuptools, - python-urllib3 (>= 1.10.4), + python-urllib3 (>= 1.12), python3-all, python3-chardet, python3-setuptools, - python3-urllib3 (>= 1.10.4), + python3-urllib3 (>= 1.12), python3-wheel Standards-Version: 3.9.6 X-Python-Version: >= 2.7 @@ -29,7 +29,7 @@ Depends: ${python:Depends}, ca-certificates, python-chardet, - python-urllib3 (>= 1.10.4) + python-urllib3 (>= 1.12) Suggests: python-ndg-httpsclient, python-openssl, @@ -61,7 +61,7 @@ Depends: ${python3:Depends}, ca-certificates, python3-chardet, - python3-urllib3 (>= 1.10.4) + python3-urllib3 (>= 1.12) Suggests: python3-ndg-httpsclient, python3-openssl, |