From f075e0a646c36b267a50cd68919cb2fbef2af2fc Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 10 Sep 2015 15:07:54 -0400 Subject: Add explicit dependency on python-txzmq --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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, -- cgit v1.2.3