diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
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 |