diff options
author | Kali Kaneko <kali@leap.se> | 2015-10-29 16:35:44 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-10-29 16:35:44 -0400 |
commit | 33d9cec7db01e1a50940fda9fe3903e67c02af1c (patch) | |
tree | 5bf36d10863e72e0f967aa7c2b6add6da18fe1c8 /debian/control | |
parent | af225cc59b147710de54857b3fd287b511c89f98 (diff) |
[pkg] relax dependency on twisted version. Closes: #7556
we're going to use soledad-client on wheezy (for the soledad-sync test).
soledad-client depends on leap-common, which depends on twisted, but we
only have 13.x in wheezy backports.
we do this assuming that the hard pinning on twisted-web is done
elsewhere for the moment (ie, in bitmask).
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 8c8cfb8..b9033ad 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.6 Package: python-leap-common Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq (>=14.4.1-1.1), python-txzmq (>= 0.7.3), python-twisted-web (>= 14.0.2), python-service-identity +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq (>=14.4.1-1.1), python-txzmq (>= 0.7.3), python-twisted-web (>= 13.0.0), python-service-identity Description: Common Python files needed by LEAP projects This package contains common Python functions that are needed for the LEAP Client project |