summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 17:48:54 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 17:48:54 +0300
commit192a888396ab8b0a41cdf7d656e5fd9c4679cd20 (patch)
tree73b9829a144cd3b047f97e2072279926c999b8a0
parent781fac3658513b4ea39cdc485c1b953e85f2c347 (diff)
downloadapifw-192a888396ab8b0a41cdf7d656e5fd9c4679cd20.tar.gz
Fix: break long line in debian/control
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 923623f..75116dd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 9), dh-python,
Package: python3-apifw
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3, python3-jwt,
- python3-crypto
+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.