aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-02-05 00:14:21 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-02-05 00:14:21 +0000
commite5f81f996be2c4290ec08ab68ce83b5685c3e276 (patch)
treedce3bde7109190e3b4bf822d99382b4d2633bada
parenta7ee86f5ea53bce53043313b180df96e2461a79b (diff)
downloadpython-requests-e5f81f996be2c4290ec08ab68ce83b5685c3e276.tar
python-requests-e5f81f996be2c4290ec08ab68ce83b5685c3e276.tar.gz
Added ca-certificates to Depends
-rw-r--r--debian/changelog3
-rw-r--r--debian/control7
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d017059..5f7f699 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ requests (0.10.1-1) UNRELEASED; urgency=low
* debian/control
- Added python-chardet to Recommends
- Bumped X-Python-Version >= 2.6
+ - Added ca-certificates to Depends
- -- Daniele Tricoli <eriol@mornie.org> Sun, 05 Feb 2012 00:28:04 +0100
+ -- Daniele Tricoli <eriol@mornie.org> Sun, 05 Feb 2012 01:08:35 +0100
requests (0.8.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1e4051d..ed6dcc8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,9 +13,12 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/requests/trun
Package: python-requests
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ca-certificates
Recommends:
- python-chardet
+ python-chardet,
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