summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-06 23:37:36 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-06 23:37:36 +0300
commit4a9db190bea38a6577c15950fefc939b1f52c6ef (patch)
treeae65477cf29f51d3bdf8dcd883ed297a017e7af9 /debian/control
parent752c92d9b0b3170311a8dea79ee896754e30b52f (diff)
downloadick2-4a9db190bea38a6577c15950fefc939b1f52c6ef.tar.gz
Add: missing build deps
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 3004e88..608dda6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,11 @@ Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9~), python-all (>= 2.7~),
python-bottle, python-cliapp, python3-all,
python3-coverage-test-runner, python3-apifw, python3-slog,
- gunicorn3
+ gunicorn3, python3-yaml
Package: ick2
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
- python-bottle, python-cliapp
+ python3-bottle, python-cliapp, python3-yaml
Description: a work-in-progress CI server
This should be written.