diff options
author | Micah Anderson <micah@riseup.net> | 2015-09-10 15:07:54 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-09-10 15:07:54 -0400 |
commit | f075e0a646c36b267a50cd68919cb2fbef2af2fc (patch) | |
tree | 77670b35b6bc97b1c136bc09a0c8774e207163b1 /debian | |
parent | c0a956b347c9745e358740f88e11a6d2227ed955 (diff) |
Add explicit dependency on python-txzmq
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
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, |