summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-22 19:19:01 +0200
committerLars Wirzenius <liw@liw.fi>2017-11-22 19:19:01 +0200
commitb5d046bdb0be8a4a25036d61f7a8d2ca955260bd (patch)
tree525e863ffb1af6bd3cdd0a3a7f1f152ac01a8dad /debian
parent64e2f847435106df27d16a069010d956a37d23fe (diff)
downloadqvisqve-b5d046bdb0be8a4a25036d61f7a8d2ca955260bd.tar.gz
Add: build dep on python*-cryptography
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 09c49d8..98ffe01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ salami (0.6+git-1) UNRELEASED; urgency=medium
* New upstream version.
* Add build dependency on python3-coverage-test-runner, and
pycodetyle and pylint3, and cmdtest (for yarn), and
- python{,3}-crypto, python*-requests.
+ python{,3}-crypto{,graphy}, python*-requests.
-- Lars Wirzenius <liw@liw.fi> Fri, 17 Nov 2017 11:01:35 +0100
diff --git a/debian/control b/debian/control
index c6e5a4e..0eaf96d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,8 @@ Build-Depends: debhelper (>= 9), python3-all,
pylint3,
python-crypto,
python3-crypto,
+ python-cryptography,
+ python3-cryptography,
python-requests,
python3-requests,
cmdtest