summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-06 22:28:41 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-06 22:28:41 +0300
commit48fb4cf08d7ef4b17b235e7aad660e619aa8af27 (patch)
tree7fcbca8cf32a5aeb70925ab0974bb9645d10ff39 /debian/control
parent0f2b071532cfb9a15af4cc0070118eadc2a0e023 (diff)
downloadick2-48fb4cf08d7ef4b17b235e7aad660e619aa8af27.tar.gz
Add: missing build deps
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index c4e5b06..c3fa4e4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,13 @@ Section: devel
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9~), python-all (>= 2.7~),
- python-bottle, python-cliapp
-X-Python-Version: >= 2.7
+ python-bottle, python-cliapp, python2-all,
+ python3-coverage-test-runner, python3-apifw, python3-slog,
+ gunicorn3
Package: ick2
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
- python-bottle, python-cliapp, uwsgi-plugin-python
+ python-bottle, python-cliapp
Description: a work-in-progress CI server
This should be written.