summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-06-27 10:36:42 +0200
committerKali Kaneko <kali@leap.se>2017-06-27 10:36:56 +0200
commit5b754b03d80be6b820350fdc7cbec3219077476b (patch)
tree49600a5d18768e275b2c5b1c415ab7de9a1eab24
parent39a865e7953bc0424bf0d8d598c068f4b7b11299 (diff)
[pkg] require a recent enough version of cryptography
otherwise, a very old cryptography version is pulled from jessie. this is needed by the vendored pgpy.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index c9ad13a..4288060 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.8
Package: leap-mx
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 13.0.0-1~bpo70+1)
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 13.0.0-1~bpo70+1), python-cryptography (>= 1.7)
Description: Asynchronous, transparently-encrypting remailer for the LEAP platform
Asynchronous, transparently-encrypting remailer using BigCouch/CouchDB
and OpenPGP, written in Twisted Python.