summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 17:29:10 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 17:29:10 +0300
commit5ce9383ea589899160c7e37a95fe04a90af1675e (patch)
tree869da2a2a23677542a1994832a91a72548d23db1
parent9980d166d119a0d614050fed464a432412f85a7e (diff)
downloaddistixapi-5ce9383ea589899160c7e37a95fe04a90af1675e.tar.gz
Add missing depenencies
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index b6b9fba..ecd995c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,12 @@ Section: devel
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9~), python-all (>= 2.7~),
- python-bottle, python-scrypt
+ python-bottle, python-scrypt, python-yaml, python-cliapp
X-Python-Version: >= 2.7
Package: distixapi
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
- python-bottle, python-scrypt
+ python-bottle, python-scrypt, python-yaml, python-cliapp
Description: a work-in-progress backend for distix web app
This should be written.