diff options
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, |