summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-11-02 11:56:51 -0400
committerKali Kaneko <kali@leap.se>2015-11-02 11:56:51 -0400
commit010598fd91722474d1d8a216a20fa429a2615c3a (patch)
tree5af86bb6a0b3ca1df7f378f44c6ba79ae072f8fd /debian/control
parent33d9cec7db01e1a50940fda9fe3903e67c02af1c (diff)
[pkg] move python-service-identity to Recommends
- Resolves: #7559
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index b9033ad..8f9e640 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ 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 (>= 13.0.0), 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)
+Recommends: 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