summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-31 13:23:42 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-31 13:23:42 +0200
commit02601a15b8cf8e3291a4001b89c458f6b0d1dcea (patch)
treef44c58894e56596063ab4d159e10b66bb653c255
parentfbe28c683fb20dbc3d20ae2a7575fc8ce18c4555 (diff)
downloadqvisqve-02601a15b8cf8e3291a4001b89c458f6b0d1dcea.tar.gz
Add: build depenency on python jwt library
-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 98ffe01..f24283b 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{,graphy}, python*-requests.
+ python{,3}-crypto{,graphy}, python*-requests, python{,3}-jwt.
-- Lars Wirzenius <liw@liw.fi> Fri, 17 Nov 2017 11:01:35 +0100
diff --git a/debian/control b/debian/control
index 0eaf96d..3b750c5 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,8 @@ Build-Depends: debhelper (>= 9), python3-all,
python3-cryptography,
python-requests,
python3-requests,
+ python3-jwt,
+ python-jwt,
cmdtest
X-Python3-Version: >= 3.5