aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 3e3d2e5..33e466d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,13 @@ Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
+ dh-python,
python-all (>= 2.6.6-3),
python-chardet,
- python-urllib3 (>= 1.5),
+ python-urllib3 (>= 1.7.1),
python3-all,
python3-chardet,
- python3-urllib3 (>= 1.5)
+ python3-urllib3 (>= 1.7.1)
Standards-Version: 3.9.4
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.0
@@ -25,7 +26,7 @@ Depends:
${python:Depends},
ca-certificates,
python-chardet,
- python-urllib3 (>= 1.5),
+ python-urllib3 (>= 1.7.1),
Description: elegant and simple HTTP library for Python, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access the