summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-14 15:36:46 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-14 15:36:46 +0300
commit2575bdfc838091a9ea0e13ed6b03bf11b66d8fc5 (patch)
tree376685276c28c06fbe41eb689f6cd0217883f474 /debian/control
parent7f4ba04b862141e99c8676fa7a82c0abfe2962d0 (diff)
downloadick2-2575bdfc838091a9ea0e13ed6b03bf11b66d8fc5.tar.gz
Add: runtime .deb dependencies; create /var/lib/ick/state
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 10 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ae2ac92..50a8bfb 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,15 @@ Build-Depends: debhelper (>= 9~),
Package: ick2
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends},
+ python3-all,
+ python3-bottle,
+ python3-cliapp,
+ python3-apifw,
+ python3-slog,
+ python3-cryptography,
+ python3-requests,
+ gunicorn3,
+ python3-yaml,
Description: a work-in-progress CI server
This should be written.