aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-01-19 08:48:09 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-01-19 08:48:09 +0000
commitf094a9f5f0222fe0ceed569fbfcb26c5bfc23230 (patch)
tree0e9174ce0fd2cab9e30e946c9af67faafec747af
parent42fdad676cbc94d7f469da90a56f537b93e90786 (diff)
downloadpython-requests-f094a9f5f0222fe0ceed569fbfcb26c5bfc23230.tar
python-requests-f094a9f5f0222fe0ceed569fbfcb26c5bfc23230.tar.gz
Removed python-gevent and python-oauthlib from Recommends since upstream is not using them anymore
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 9152b4e..b610e5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ requests (1.1.0-1) UNRELEASED; urgency=low
- Added python*-urllib3 (>= 1.5) to Build-Depends and Depends
- Removed python*-six since python*-urllib3 is not embedded
anymore
+ - Removed python-gevent and python-oauthlib from Recommends
+ since upstream is not using them anymore
* debian/patches/01_do-not-use-python-certifi.patch
- Removed because no longer necessary
* debian/patches/02_do-not-use-embedded-python-six.patch
diff --git a/debian/control b/debian/control
index 162bd7d..6a85ba7 100644
--- a/debian/control
+++ b/debian/control
@@ -26,9 +26,6 @@ Depends:
ca-certificates,
python-chardet,
python-urllib3 (>= 1.5),
-Recommends:
- python-gevent,
- python-oauthlib
Description: elegant and simple HTTP library for Python, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access the