diff options
author | Kali Kaneko <kali@leap.se> | 2017-09-29 19:38:08 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-09-29 19:38:08 +0200 |
commit | 0becdd6e8f55324957c50f4d9248dc71c9c41a51 (patch) | |
tree | 54158d94e159798e081d02c3e3e7624240169f36 | |
parent | d45338761e3e6774809fd827060928876aa6696c (diff) |
[pkg] add missing python-scrypt
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 05bafde..8e8b3e7 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, |