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 9b3435c..87014b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,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, python-requests,
- python3-requests, cmdtest (for yarn).
+ python3-requests, cmdtest (for yarn), python3-cryptography.
-- Lars Wirzenius <liw@liw.fi> Sat, 01 Apr 2017 20:09:03 +0300
diff --git a/debian/control b/debian/control
index 274dcd6..dc868f9 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9~),
python3-coverage-test-runner,
python3-apifw,
python3-slog,
+ python3-cryptography,
python3-requests,
python-requests,
pycodestyle,