summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-10-06 15:38:43 -0400
committerKali Kaneko <kali@leap.se>2015-10-06 15:39:48 -0400
commit3ab6b2aff4a38a4fabd4320880ef795f05ccd17f (patch)
tree87911a53234563970957f4de47b24aeda9c059eb
parentae391b09024825a044fbdc91cd44ce125093490c (diff)
[pkg] add python-twisted-web and python-service-identity as Depends.
this is listed as extras, but it's needed for soledad and the client.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 45ed005..8c8cfb8 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)
+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
Description: Common Python files needed by LEAP projects
This package contains common Python functions that are needed
for the LEAP Client project