summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,