diff options
author | Micah Anderson <micah@riseup.net> | 2014-07-01 21:20:09 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-07-01 21:20:09 -0400 |
commit | ad9ccdc57551a37655f1e72dbe7f90a6961f33cd (patch) | |
tree | 0df535acea1250d88751163fb98d8afff4a15690 | |
parent | 8426d0f560ea9c0f592315862fca5b0fe6fc99a3 (diff) |
lower python-requests version dependency so saucy can install
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ad48b8fb..79664966 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bitmask (0.5.3.2) unstable; urgency=medium + + * Lower version dependency on python requests so + that other suites can still install + + -- Micah Anderson <micah@debian.org> Tue, 01 Jul 2014 21:19:27 -0400 + bitmask (0.5.3.1) unstable; urgency=medium * Add version dependency for python-requests diff --git a/debian/control b/debian/control index 4b2027bf..c69ff4d6 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: https://leap.se Build-Depends: debhelper (>= 8.0.0), dh-python, python (>=2.6), python-setuptools, pep8, python-sphinx (>= 1.0.7+dfsg), docutils-common, python-nose, python-mock, - python-requests (>= 2.0.0-1~), python-srp, python-crypto, python-keyring, python-xdg, + python-requests (>= 1.2.3-1), python-srp, python-crypto, python-keyring, python-xdg, python-jsonschema (>= 0.7.0), python-psutil, python-openssl, python-dateutil, python-argparse, python-netifaces, pyside-tools, xvfb, xauth |