diff options
author | Micah Anderson <micah@riseup.net> | 2015-09-10 15:07:19 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-09-10 15:07:19 -0400 |
commit | 0176fddcc10c6e8c3be4404ead2511a36eb86a90 (patch) | |
tree | 492a40836735faa22f259a7c8dc309fcbfa7bb63 /debian/control | |
parent | 4772787239cda262e5194d370b697e7a19e2e1b7 (diff) |
Specify explicit dependencies for python-zmq and python-txzmq
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e35b604..45ed005 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, python-txzmq +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) Description: Common Python files needed by LEAP projects This package contains common Python functions that are needed for the LEAP Client project |