aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-04-01 09:43:34 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-04-01 09:43:34 +0000
commitffdb7144886a4ea37d732f95a61588c674a4e02e (patch)
tree7a0207f60e858584be367a0b14cf08ef5c8d4787
parent67457cf217fb8bcd901a7ff6fe76493d6f0de142 (diff)
downloadpython-requests-ffdb7144886a4ea37d732f95a61588c674a4e02e.tar
python-requests-ffdb7144886a4ea37d732f95a61588c674a4e02e.tar.gz
Added python3-chardet to python3-requests' Recommends field
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ecf4b0..830be4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
requests (0.11.1-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/control
+ - Added python3-chardet to python3-requests' Recommends field
* debian/patches/02_do-not-use-embedded-python-six.patch
- Refreshed
- -- Daniele Tricoli <eriol@mornie.org> Sun, 01 Apr 2012 11:32:04 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Sun, 01 Apr 2012 11:42:21 +0200
requests (0.10.8-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 3996465..7401f3d 100644
--- a/debian/control
+++ b/debian/control
@@ -54,6 +54,8 @@ Depends:
${python3:Depends},
ca-certificates,
python3-six
+Recommends:
+ python3-chardet
Description: elegant and simple HTTP library for Python3, built for human beings
Requests allow you to send GET, HEAD, PUT, POST, and DELETE
HTTP requests. You can add headers, form data, multipart files, and