diff options
author | Micah Anderson <micah@riseup.net> | 2015-11-15 11:11:45 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-11-15 11:11:45 -0500 |
commit | 6ac9057c8e564778dd282315a106497b7da8bba4 (patch) | |
tree | 810602d37e155aeb790b10277285ff81105574e6 /debian | |
parent | 1e7cd201e589d4b0668af1dccab316053d943448 (diff) |
Relax the dependency on pyzmq for jessie
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 84e5729..797aded 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +leap-common (0.4.11.2) unstable; urgency=medium + + * Relax dependency on python-zmq + + -- Micah Anderson <micah@leap.se> Thu, 12 Nov 2015 11:20:03 -0500 + leap-common (0.4.11.1) unstable; urgency=medium * Move python-service-identity to Recommends. diff --git a/debian/control b/debian/control index 3f1c04c..ec279fa 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), python-twisted-web (>= 13.0.0) +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq (>=14.4), 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 |