summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-02 19:54:04 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-03 15:10:57 +0200
commit33075c55916ea20b0293ab32bf35c0d5d4614fea (patch)
tree29ba2d9fdb24241895dc5de2321b2401128aae1e
parent4ddb1573a77bb31cda02222d17980e2bd7f656dc (diff)
downloadqvisqve-33075c55916ea20b0293ab32bf35c0d5d4614fea.tar.gz
Add: missing dependencie to debian/control
-rw-r--r--debian/changelog1
-rw-r--r--debian/control10
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ad62f64..eaf2d28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
salami (0.7+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Add missing dependencies.
-- Lars Wirzenius <liw@liw.fi> Thu, 01 Feb 2018 11:05:56 +0200
diff --git a/debian/control b/debian/control
index 98a74d6..15e2baa 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,14 @@ X-Python3-Version: >= 3.5
Package: salami
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
- python3 (>= 3.5)
+ python3 (>= 3.5),
+ python3-apifw,
+ python3-slog,
+ python3-yaml,
+ python3-crypto,
+ python3-cryptography,
+ python3-pycryptodome,
+ python3-jwt,
+ python3-requests
Description: a thing
This is a thing.