summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-31 15:09:54 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-31 15:09:54 +0300
commita764659794660d1d6733373745389283e2c6285d (patch)
tree65bd3af8d9a6622411dffb3734cccccf96f48157 /debian
parent9acf47a5c1fe8c469f8dd1fdc603fac2b65adde4 (diff)
downloadapifw-a764659794660d1d6733373745389283e2c6285d.tar.gz
Add: dependency on python-jwt
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 009a252..5984067 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@ Section: python
Priority: optional
Standards-Version: 4.0.0
Build-Depends: debhelper (>= 9), dh-python,
- python3-all, python3-coverage, python3-bottle, gunicorn3
+ python3-all, python3-coverage, python3-bottle, gunicorn3, python-jwt
Package: python3-apifw
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3
+Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3, python-jwt
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.