aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-02-04 23:11:18 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-02-04 23:11:18 +0000
commit4f11cc65283d1c11fff382c7308ffffcaf2a2271 (patch)
tree11bb7d4e12d757a7775f218321b4e4f56a78b428 /debian/control
parent16e6a18c9340617ec92bc26f04e66a7b579d5212 (diff)
downloadpython-requests-4f11cc65283d1c11fff382c7308ffffcaf2a2271.tar
python-requests-4f11cc65283d1c11fff382c7308ffffcaf2a2271.tar.gz
Added python-chardet to Recommends
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4fe9996..59c26e8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,9 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/requests/trun
Package: python-requests
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-gevent
+Recommends:
+ python-chardet
+ python-gevent
Description: elegant and simple HTTP library for Python, 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