aboutsummaryrefslogtreecommitdiff
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
parent365a872448c382689e90c92db31a3885e9b80227 (diff)
downloadpython-requests-e5dc1914fde1ee779cc3e73cb497275b253e7bf2.tar
python-requests-e5dc1914fde1ee779cc3e73cb497275b253e7bf2.tar.gz
Dropped python-eventlet from Depends field because it's not used anymore
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2438a25..40db140 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
requests (0.6.4-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/control
+ - Dropped python-eventlet from Depends field because it's not used
+ anymore
- -- Daniele Tricoli <eriol@mornie.org> Sun, 16 Oct 2011 20:30:28 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Tue, 18 Oct 2011 23:46:16 +0200
requests (0.6.1-1) unstable; urgency=low
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