diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-01-19 07:41:48 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-01-19 07:41:48 +0000 |
commit | 91ed62b634c9699fa329f91682ac1aeeb386ec66 (patch) | |
tree | 8f66a9b2e2074b8986c5aaaf9117b5fcad2ccf72 /debian/control | |
parent | 2bad45023e133f736dad5892e7b06371b3da7e4a (diff) | |
download | python-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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 5 insertions, 4 deletions
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, |