summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-11-10 13:14:59 +0200
committerLars Wirzenius <liw@liw.fi>2018-11-10 13:14:59 +0200
commit23c2c99972bc276195f2e88f5654171942bda6ef (patch)
tree20b1aec55ac6a04564b87d68f7e530ef3d06fa32
parent50de44fa33af2c246e3e7b5805e6fd8c9eeb1142 (diff)
downloadmuck-poc-23c2c99972bc276195f2e88f5654171942bda6ef.tar.gz
Fix: add missing runtime dependencies
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 022fdb4..f0a06b0 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,9 @@ Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
python3,
python3-bottle,
+ python3-crypto,
python3-cryptography,
+ python3-jwt,
adduser
Description: work-in-progress CI server
This should be written.