summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 18:33:58 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 18:33:58 +0300
commita271058ef007881ba51a64eb23f7c6327bc12a7f (patch)
treef388967644c4c99471152b0de6abf14c1e211c47
parent3b9956677e8b1e97998bcc4a5b4b95031a15a587 (diff)
downloadick2-a271058ef007881ba51a64eb23f7c6327bc12a7f.tar.gz
Add: Debian build-dep on Python requests library
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4dd902d..5250db0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ 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.
+ * Add build dep on pycodestyle, pylint3, python3-requests.
-- Lars Wirzenius <liw@liw.fi> Sat, 01 Apr 2017 20:09:03 +0300
diff --git a/debian/control b/debian/control
index b7fdddb..26e53f6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9~),
python3-coverage-test-runner,
python3-apifw,
python3-slog,
+ python3-requests,
pycodestyle,
pylint3,
gunicorn3,