aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-23 16:31:55 +0100
committerFlorian Dold <florian@dold.me>2021-01-23 16:31:55 +0100
commit08be7184f41f342f3cd2122f8ee628c928742039 (patch)
tree5da09c0b23409cec9caf72c6657768d9007e9235 /debian
parentd61420e72a6e6bc5ea583d9f9d6a2e6349496db3 (diff)
downloadlibeufin-08be7184f41f342f3cd2122f8ee628c928742039.tar.gz
libeufin-08be7184f41f342f3cd2122f8ee628c928742039.tar.bz2
libeufin-08be7184f41f342f3cd2122f8ee628c928742039.zip
debian dependencies
Diffstat (limited to 'debian')
-rw-r--r--debian/control11
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 7f02332b..7195cdf7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,19 @@ Priority: optional
Maintainer: Taler Systems SA <deb@taler.net>
Uploaders: Christian Grothoff <grothoff@gnu.org>, Florian Dold <dold@taler.net>
Build-Depends: debhelper (>= 10),
- default-jdk-headless | default-jdk
+ unzip,
+ openjdk-11-jdk-headless | openjdk-11-jdk,
Standards-Version: 4.1.0
Vcs-Git: https://git.taler.net/libeufin.git
Homepage: https://taler.net/
Package: libeufin
Architecture: all
-Depends: default-jdk-headless | default-jdk, ${misc:Depends}
+Depends: openjdk-11-jdk-headless | openjdk-11-jdk,
+ python3 (<= 3.7),
+ python3-click,
+ python3-requests
+ ${misc:Depends}
Recommends:
Description: Software package to access FinTS/EBICS based
- core banking systems. \ No newline at end of file
+ core banking systems.