diff options
author | Micah Anderson <micah@riseup.net> | 2013-02-06 11:32:54 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-02-06 11:32:54 -0500 |
commit | 8a544adc0e430094feb8ccaef96579a33f965e09 (patch) | |
tree | 76546e9d9e40ad68b64e59ca5185848c587c56b1 /debian/control | |
parent | dc4f51f5f71904a6f1d1bc1d062fb82d9211112c (diff) |
python-requests (<= 0.14.2) is a build-dependency due to the tests
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4becb134..8b36caed 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Homepage: http://leap.se #Vcs-Git: git://git.debian.org/python-applications-team/leap-client.git #Vcs-Browser: http://git.debian.org/?p=python-applications-team/leap-client.git;a=summary Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6), - python-sphinx (>= 1.0.7+dfsg), docutils-common, xvfb + python-sphinx (>= 1.0.7+dfsg), docutils-common, xvfb, python-requests (<= 0.14.2) X-Python-Version: >= 2.6 Package: leap-client |