diff options
author | Kali Kaneko <kali@leap.se> | 2015-10-06 15:38:43 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-10-06 15:39:48 -0400 |
commit | 3ab6b2aff4a38a4fabd4320880ef795f05ccd17f (patch) | |
tree | 87911a53234563970957f4de47b24aeda9c059eb /debian | |
parent | ae391b09024825a044fbdc91cd44ce125093490c (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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
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 |