commit 08be7184f41f342f3cd2122f8ee628c928742039
parent d61420e72a6e6bc5ea583d9f9d6a2e6349496db3
Author: Florian Dold <florian@dold.me>
Date: Sat, 23 Jan 2021 16:31:55 +0100
debian dependencies
Diffstat:
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git 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.