summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-11-11 15:34:50 -0500
committerMicah Anderson <micah@riseup.net>2014-11-11 15:34:50 -0500
commit90021cc3cfb55e30ad3a20a12257fdf386e3653f (patch)
treeb90da3d8be644a3b82bb9283452de1bdd57fd691 /debian
parent9307384e6afb16186baf55a01ed33a5b1ac2a478 (diff)
bump python-zmq requirement to use leap provided build against libsodium (#6023)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e33d4f6..ac3153d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ bitmask (0.7.0~rc4) UNRELEASED; urgency=medium
* Release candidate 4 for 0.7.0
* Workarounds for #6219 and #6133
+ * Bump python-zmq package requirement to use leap
+ provided build against libsodium
-- Ben Carrillo <ben@futeisha.org> Mon, 10 Nov 2014 16:03:26 +0100
diff --git a/debian/control b/debian/control
index 937fd3df..3869e11e 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Depends:
python-xdg,
python-jsonschema (>= 0.7.0),
# temporal pinning until libsodium is in debian
- python-zmq (>= 14.3.1-2),
+ python-zmq (>= 14.4.1-1.1),
python-setuptools,
openvpn,
python-pyside.qtcore,