diff options
author | varac <varacanero@zeromail.org> | 2016-09-22 10:03:20 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-03-17 05:51:29 -0500 |
commit | fd839f93df3957abc50402fa4e206228429a5edb (patch) | |
tree | 2f0a1523f00e2680bc57b3de4b02d173cc26375c /debian/control | |
parent | 6ca0aa6b62e4e2fcf5c15dcdd629f10b64dc1c1f (diff) |
[pkg] remove dependency to python-zmq>=14.4.1-1.1 from debian/control as well
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..80cdc18 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: leap-common +Maintainer: Micah Anderson <micah@leap.se> +Uploaders: LEAP automated build <sysdev@leap.se> +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Standards-Version: 3.9.8 + +Package: python-leap-common +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dateutil, python-openssl, python-zmq, 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 |