diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-05-19 15:18:25 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-05-19 15:18:25 +0000 |
commit | b22ffa94afcafae31acce505ce458fefb46da9ec (patch) | |
tree | e6da39f39133842942a3232a30d20d3b7e0bc833 | |
parent | e8101e17d4aaf0800ccac752f1691e5c58f94da1 (diff) | |
download | python-requests-b22ffa94afcafae31acce505ce458fefb46da9ec.tar python-requests-b22ffa94afcafae31acce505ce458fefb46da9ec.tar.gz |
Added python-oauthlib to python-requests' Recommends field
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9fd1124..4ad57a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ requests (0.12.1-1) UNRELEASED; urgency=low * New upstream release + * debian/control + - Added python-oauthlib to python-requests' Recommends field * debian/patches/01_do-not-use-python-certifi.patch - Refreshed diff --git a/debian/control b/debian/control index cf877cc..d30000c 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,8 @@ Depends: python-six Recommends: python-chardet, - python-gevent + 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 |