summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 18:50:25 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 18:50:25 +0300
commit5d1ea36d455a210400a954830e9a0e350937b257 (patch)
tree78920a9c49a9efc2e85f7439c6944dc0a400fd16 /debian/control
parent4d9976ca6be18d1ceb9bf507fe4782ea6d8f5556 (diff)
downloadick2-5d1ea36d455a210400a954830e9a0e350937b257.tar.gz
Add: Debian build-dep on python-requests
This is used by the yarn implements, and so needs to be the Python 2 version.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 0817582..274dcd6 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9~),
python3-apifw,
python3-slog,
python3-requests,
+ python-requests,
pycodestyle,
pylint3,
gunicorn3,