summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control5
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 032f6c47..567fb725 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ leap-client (0.3.0) unstable; urgency=low
* Upgrade to 0.3.0
* Add python-pyside dependencies
+ * Remove versioned dependency on python-requests
-- Micah Anderson <micah@debian.org> Thu, 15 Aug 2013 20:22:18 -0400
diff --git a/debian/control b/debian/control
index 78d1d03b..67c32b17 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: http://leap.se
Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6), python-setuptools,
python-qt4, pep8,
python-sphinx (>= 1.0.7+dfsg), docutils-common, python-nose, python-mock,
- python-requests (<= 0.15), python-srp, python-crypto, python-keyring, python-xdg,
+ python-requests, python-srp, python-crypto, python-keyring, python-xdg,
python-jsonschema (>= 0.7.0), python-psutil, python-openssl, python-sh,
python-dateutil, python-argparse, python-netifaces,
xvfb, xauth
@@ -27,8 +27,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-argparse,
python-psutil,
python-netifaces,
- python-requests (>= 0.10),
- python-requests (<= 0.15),
+ python-requests,
python-xdg,
python-jsonschema (>= 0.7.0),
python-sh,