summaryrefslogtreecommitdiff
path: root/debian
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
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')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control1
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cd48de5..9b3435c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,8 @@ ick2 (0.2.1+git-1) UNRELEASED; urgency=medium
* New upstream version.
* Add runtime and build dependency on python-clipp.
- * Add build dep on pycodestyle, pylint3, python3-requests, cmdtest
- (for yarn).
+ * Add build dep on pycodestyle, pylint3, python-requests,
+ python3-requests, cmdtest (for yarn).
-- Lars Wirzenius <liw@liw.fi> Sat, 01 Apr 2017 20:09:03 +0300
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,