summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-11-09 21:46:26 +0200
committerLars Wirzenius <liw@liw.fi>2018-11-09 21:46:26 +0200
commita7f1aeeb46713bf3455b7618b147fdde178783c8 (patch)
tree3214dcc7c10a887f05223690187fc0bf3afdc92b
parentaf45ff11f46d4c1a1e4d0776782c1b18dc41ca56 (diff)
downloadmuck-poc-a7f1aeeb46713bf3455b7618b147fdde178783c8.tar.gz
Fix: add missing build deps
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 5e1bfca..1cf69ba 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,9 @@ Build-Depends: debhelper (>= 9~),
python3-all,
python3-bottle,
python3-coverage-test-runner,
+ python3-crypto,
python3-cryptography,
+ python3-jwt,
pycodestyle,
dh-python,
cmdtest