diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-17 11:40:55 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-22 14:12:53 -0400 |
commit | 90037b0a4ecaae7ee2d0dfca183efa7d2151844e (patch) | |
tree | 49d4b4bb70cc05d82af3f27ee310c6c687393b4b | |
parent | f16b0ba34bf91aebeb5981b460643adbdc2f452f (diff) |
remove versioned dependency on python-requests
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 5 |
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, |