summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 da84ff4b..86b76fd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ bitmask (0.9.0~rc2) unstable; urgency=medium
* Update debian/control Description
* Remove deprecated Encoding key in debian/bitmask.desktop
* Add Keywords entry to debian/bitmask.desktop
+ * Add explicit dependency on python-txzmq
-- Micah Anderson <micah@debian.org> Tue, 01 Sep 2015 14:57:24 -0400
diff --git a/debian/control b/debian/control
index 94363c35..0736e957 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Depends:
python-jsonschema (>= 0.7.0),
# temporal pinning until libsodium is in debian
python-zmq (>= 14.4.1-1.1),
- python-txzmq,
+ python-txzmq (>= 0.7.3),
python-setuptools,
python-zope.proxy,
openvpn,