aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-01-19 08:29:36 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-01-19 08:29:36 +0000
commit7504b17121ceec39754525cae79eb20ddefd7c19 (patch)
tree01779931fa857fe13ab36d6f54efb180742605da
parentd9e70c20b545fd64d058cc276314400c0f736751 (diff)
downloadpython-requests-7504b17121ceec39754525cae79eb20ddefd7c19.tar
python-requests-7504b17121ceec39754525cae79eb20ddefd7c19.tar.gz
Set python*-urllib3 (>= 1.5)
-rw-r--r--debian/changelog3
-rw-r--r--debian/control8
2 files changed, 5 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 7174911..916b800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,7 @@ requests (1.1.0-1) UNRELEASED; urgency=low
* debian/control
- Added python-chardet, python3-chardet to Build-Depends and moved
them from Recommends to Depends since chardet is now required
- - Added python-urllib3, python3-urllib3 to Build-Depends and
- Depends
+ - Added python*-urllib3 (>= 1.5) to Build-Depends and Depends
* debian/patches/01_do-not-use-python-certifi.patch
- Removed because no longer necessary
* debian/patches/02_do-not-use-embedded-python-six.patch
diff --git a/debian/control b/debian/control
index 9e37d6d..1bd2110 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,11 @@ Build-Depends:
python-all (>= 2.6.6-3),
python-chardet,
python-six,
- python-urllib3,
+ python-urllib3 (>= 1.5),
python3-all,
python3-chardet,
python3-six,
- python3-urllib3
+ python3-urllib3 (>= 1.5)
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
@@ -28,7 +28,7 @@ Depends:
ca-certificates,
python-six,
python-chardet,
- python-urllib3,
+ python-urllib3 (>= 1.5),
Recommends:
python-gevent,
python-oauthlib
@@ -59,7 +59,7 @@ Depends:
ca-certificates,
python3-six,
python3-chardet,
- python3-urllib3
+ python3-urllib3 (>= 1.5)
Description: elegant and simple HTTP library for Python3, 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