summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 15:20:17 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 15:20:17 +0300
commita9be3b3889f794e70b2fbfa0741a41e16c877488 (patch)
treef7e7b66cd5f4a79ca9d71b771e9e540c84927051
parentdfd745ecbfa902eafd037103a0c63cfe47ad1d4e (diff)
downloaddistixapi-a9be3b3889f794e70b2fbfa0741a41e16c877488.tar.gz
Add dependency on python-scrypt
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 6a04862..b6b9fba 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-bottle, python-scrypt
X-Python-Version: >= 2.7
Package: distixapi
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
- python-bottle
+ python-bottle, python-scrypt
Description: a work-in-progress backend for distix web app
This should be written.