summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-02-10 23:37:59 +0100
committerms <ms@taler.net>2021-02-10 23:37:59 +0100
commit6b49567d27a6031f5d3749d9d9608bd72589a073 (patch)
tree68e545463cde37984ce567a0c36a477e7056f62a /debian
parent2274e4019f2715213037f508bbcf0c84e2582ab9 (diff)
downloadlibeufin-6b49567d27a6031f5d3749d9d9608bd72589a073.tar.gz
libeufin-6b49567d27a6031f5d3749d9d9608bd72589a073.tar.bz2
libeufin-6b49567d27a6031f5d3749d9d9608bd72589a073.zip
fix .deb Python dependency for Ubuntu
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d6980fcb..845ffd43 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: https://taler.net/
Package: libeufin
Architecture: all
Depends: openjdk-11-jdk-headless | openjdk-11-jdk,
- python3 (>= 3.7),
+ python3.7,
python3-click,
python3-requests
${misc:Depends}