aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2011-10-18 22:10:56 +0000
committerDaniele Tricoli <eriol@mornie.org>2011-10-18 22:10:56 +0000
commite5dc1914fde1ee779cc3e73cb497275b253e7bf2 (patch)
treeac4fd560f2f98095640a7ce4e861b072fafe873f /debian/control
parent365a872448c382689e90c92db31a3885e9b80227 (diff)
downloadpython-requests-e5dc1914fde1ee779cc3e73cb497275b253e7bf2.tar
python-requests-e5dc1914fde1ee779cc3e73cb497275b253e7bf2.tar.gz
Dropped python-eventlet from Depends field because it's not used anymore
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 02018d4..3fc01f5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/requests/trun
Package: python-requests
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-eventlet | python-gevent
+Depends: ${misc:Depends}, ${python:Depends}, 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