summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-09-10 15:07:19 -0400
committerMicah Anderson <micah@riseup.net>2015-09-10 15:07:19 -0400
commit0176fddcc10c6e8c3be4404ead2511a36eb86a90 (patch)
tree492a40836735faa22f259a7c8dc309fcbfa7bb63
parent4772787239cda262e5194d370b697e7a19e2e1b7 (diff)
Specify explicit dependencies for python-zmq and python-txzmq
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0aba906..bf8721f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ leap-common (0.4.2) unstable; urgency=medium
* Update standards version to 3.9.6 (no changes)
* Change my email address
* Add pydist-overrides for pyopenssl
+ * Specify explicit dependencies for python-zmq and python-txzmq
-- Micah Anderson <micah@leap.se> Tue, 01 Sep 2015 14:18:31 -0400
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