aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2011-10-19 18:59:21 +0000
committerDaniele Tricoli <eriol@mornie.org>2011-10-19 18:59:21 +0000
commit0afef41c3771fc825099a068ff0dd55544167f33 (patch)
tree5548866d4265c319380fc15e91fb8e2c05992750 /debian/control
parente5dc1914fde1ee779cc3e73cb497275b253e7bf2 (diff)
downloadpython-requests-0afef41c3771fc825099a068ff0dd55544167f33.tar
python-requests-0afef41c3771fc825099a068ff0dd55544167f33.tar.gz
Moved python-gevent from Depends field to Recommends field so python-requests can be installed also in ia64 and sparc
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 3fc01f5..4fe9996 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/requests/trun
Package: python-requests
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gevent
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: 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