summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 19:01:44 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 19:01:44 +0300
commita19e8b8d2363f2390a72aa24288f25dc153effc7 (patch)
tree72dfc75775c62a38fbc0dbf67824f13de932e683
parent65085ff9e22a6ba00505cabc985afb573636daa1 (diff)
downloadick2-a19e8b8d2363f2390a72aa24288f25dc153effc7.tar.gz
Add: Debian build-dep on python3-cryptography
-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,