aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-01-19 07:41:48 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-01-19 07:41:48 +0000
commit91ed62b634c9699fa329f91682ac1aeeb386ec66 (patch)
tree8f66a9b2e2074b8986c5aaaf9117b5fcad2ccf72
parent2bad45023e133f736dad5892e7b06371b3da7e4a (diff)
downloadpython-requests-91ed62b634c9699fa329f91682ac1aeeb386ec66.tar
python-requests-91ed62b634c9699fa329f91682ac1aeeb386ec66.tar.gz
debian/control
- Added python-chardet, python3-chardet to Build-Depends and moved them from Recommends to Depends
-rw-r--r--debian/changelog3
-rw-r--r--debian/control9
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 008495d..60ff622 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ requests (1.1.0-1) UNRELEASED; urgency=low
* New upstream release (Closes: #692602)
- Thanks to Barry Warsaw for report
+ * debian/control
+ - Added python-chardet, python3-chardet to Build-Depends and moved
+ them from Recommends to 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 d30000c..428c815 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,10 @@ Priority: optional
Build-Depends:
debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3),
+ python-chardet,
python-six,
python3-all,
+ python3-chardet,
python3-six
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
@@ -22,9 +24,9 @@ Depends:
${misc:Depends},
${python:Depends},
ca-certificates,
- python-six
-Recommends:
+ python-six,
python-chardet,
+Recommends:
python-gevent,
python-oauthlib
Description: elegant and simple HTTP library for Python, built for human beings
@@ -52,8 +54,7 @@ Depends:
${misc:Depends},
${python3:Depends},
ca-certificates,
- python3-six
-Recommends:
+ python3-six,
python3-chardet
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,