summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-09-29 19:38:08 +0200
committerKali Kaneko <kali@leap.se>2017-09-29 19:38:08 +0200
commit0becdd6e8f55324957c50f4d9248dc71c9c41a51 (patch)
tree54158d94e159798e081d02c3e3e7624240169f36 /debian
parentd45338761e3e6774809fd827060928876aa6696c (diff)
[pkg] add missing python-scrypt
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 05bafde3..8e8b3e73 100644
--- a/debian/control
+++ b/debian/control
@@ -25,9 +25,10 @@ Architecture: all
Provides: leap.bitmask.core, leap.bitmask.cli
Depends:
${misc:Depends}, ${python:Depends},
- python-openssl,
python-setuptools,
+ python-openssl,
python-cryptography,
+ python-scrypt,
python-srp,
python-jsonschema (>= 0.7.0),
python-zope.proxy,