diff options
author | Micah Anderson <micah@riseup.net> | 2015-01-13 15:41:09 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-01-13 15:45:38 -0500 |
commit | e037a8b281dfef9e15bcd63204d780fdda8f7064 (patch) | |
tree | 56759b840b68fa519e335f1852ba0f3e5e4d0c3e /debian/control | |
parent | 6bb78e37400a75c4faa020a2c6d77333401d8dfc (diff) |
Changed build-depends for python-requests to resolve the following
lintian issue:
W: bitmask source: build-depends-on-1-revision build-depends: python-requests (>= 1.2.3-1)
N: The package declares a build dependency on a version of a package with a
N: -1 Debian revision such as "libfoo (>= 1.2-1)". Such a dependency will
N: not be satisfied by a backport of libfoo 1.2-1 and therefore makes
N: backporting unnecessarily difficult. Normally, the -1 version is
N: unneeded and a dependency such as "libfoo (>= 1.2)" would be sufficient.
N: If there was an earlier -0.X version of libfoo that would not satisfy
N: the dependency, use "libfoo (>= 1.2-1~)" instead.
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 bb6e8dce..7876bfe0 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 (>= 1.2.3-1), python-srp, python-crypto, python-keyring, python-xdg, + python-requests (>= 1.2.3), 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 |