aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-01-19 07:53:12 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-01-19 07:53:12 +0000
commitd9e70c20b545fd64d058cc276314400c0f736751 (patch)
treefe0bd03d470a0dbbb06368ddd0266113355ade8f
parent91ed62b634c9699fa329f91682ac1aeeb386ec66 (diff)
downloadpython-requests-d9e70c20b545fd64d058cc276314400c0f736751.tar
python-requests-d9e70c20b545fd64d058cc276314400c0f736751.tar.gz
Added python-urllib3, python3-urllib3 to Build-Depends and Depends
-rw-r--r--debian/changelog4
-rw-r--r--debian/control8
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 60ff622..7174911 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,9 @@ requests (1.1.0-1) UNRELEASED; urgency=low
- Thanks to Barry Warsaw for report
* debian/control
- Added python-chardet, python3-chardet to Build-Depends and moved
- them from Recommends to Depends
+ them from Recommends to Depends since chardet is now required
+ - Added python-urllib3, python3-urllib3 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 428c815..9e37d6d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,11 @@ Build-Depends:
python-all (>= 2.6.6-3),
python-chardet,
python-six,
+ python-urllib3,
python3-all,
python3-chardet,
- python3-six
+ python3-six,
+ python3-urllib3
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
@@ -26,6 +28,7 @@ Depends:
ca-certificates,
python-six,
python-chardet,
+ python-urllib3,
Recommends:
python-gevent,
python-oauthlib
@@ -55,7 +58,8 @@ Depends:
${python3:Depends},
ca-certificates,
python3-six,
- python3-chardet
+ python3-chardet,
+ python3-urllib3
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