taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 0df803f3d9d59d288f462591e826a5c2cf885341
parent 7eb77387e8d1c8f929946f0c1564484c50b2637e
Author: Florian Dold <florian@dold.me>
Date:   Tue,  7 Jan 2025 20:42:07 +0100

debian: we need python

Diffstat:
Mpackages/taler-harness/debian/control | 1+
Mpackages/taler-wallet-cli/debian/control | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/taler-harness/debian/control b/packages/taler-harness/debian/control @@ -11,6 +11,7 @@ Homepage: https://taler.net/ Package: taler-harness Architecture: all Depends: nodejs, + python3, ${misc:Depends} Recommends: Description: Software package to test Taler installations. diff --git a/packages/taler-wallet-cli/debian/control b/packages/taler-wallet-cli/debian/control @@ -11,6 +11,7 @@ Homepage: https://taler.net/ Package: taler-wallet-cli Architecture: all Depends: nodejs, + python3, ${misc:Depends} Recommends: Description: This is a command-line interface version of the GNU Taler wallet.