summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 17:51:40 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 17:51:40 +0300
commit660f7d2a98810b9dac98490683931d4020704dc7 (patch)
treefbfb45c8803350cd72f7e78256fb44544d1f84d7
parent5dd1331305d6fddcf166b9d2f5b8e21e50c90f53 (diff)
downloadapifw-660f7d2a98810b9dac98490683931d4020704dc7.tar.gz
Fix: substvar in debian/control for Python3
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 75116dd..559b226 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), dh-python,
Package: python3-apifw
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3,
+Depends: ${misc:Depends}, ${python3: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