summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-31 15:11:07 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-31 15:11:07 +0300
commit964b2e5a6e70c4a38bd98723e8f62a2d83e240e2 (patch)
treec9018f6c017facd3cacfa184909f7c6b26e6c902 /debian
parenta764659794660d1d6733373745389283e2c6285d (diff)
downloadapifw-964b2e5a6e70c4a38bd98723e8f62a2d83e240e2.tar.gz
Add: dep on python3-crypto
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 5984067..923623f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,13 @@ Section: python
Priority: optional
Standards-Version: 4.0.0
Build-Depends: debhelper (>= 9), dh-python,
- python3-all, python3-coverage, python3-bottle, gunicorn3, python-jwt
+ python3-all, python3-coverage, python3-bottle, gunicorn3, python3-jwt,
+ python3-crypto
Package: python3-apifw
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3, python-jwt
+Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3, python3-jwt,
+ python3-crypto
Description: Python framework for RESTful JSON API backends
This package contains the Python module apifw, which implements a small
framework for implemnting backends with a RESTful JSON HTTP API.