summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-10-29 16:35:44 -0400
committerKali Kaneko <kali@leap.se>2015-10-29 16:35:44 -0400
commit33d9cec7db01e1a50940fda9fe3903e67c02af1c (patch)
tree5bf36d10863e72e0f967aa7c2b6add6da18fe1c8
parentaf225cc59b147710de54857b3fd287b511c89f98 (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).
-rw-r--r--debian/control2
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