exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8d0e1411434f18749d07a8d8820594e2c8d0fb4a
parent d46a94ac9c1059672d6f92b78bf8d8597b9ce72c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  1 Jan 2021 16:01:51 +0100

add test for python3-jinja2

Diffstat:
Mconfigure.ac | 2++
Mdebian/control | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -71,6 +71,8 @@ CFLAGS="-Wall -Wno-address-of-packed-member $CFLAGS" # Checks for header files. AC_CHECK_HEADERS([stdint.h stdlib.h string.h unistd.h sys/socket.h sys/un.h netinet/in.h netinet/ip.h]) +AX_PYTHON_MODULE([jinja2],true) + # Require minimum libgcrypt version need_libgcrypt_version=1.6.1 diff --git a/debian/control b/debian/control @@ -20,6 +20,7 @@ Build-Depends: libsodium-dev (>=1.0.11), libsqlite3-dev (>=3.8), libunistring-dev (>=0.9.2), + python3-jinja2, net-tools, po-debconf, python3-dev, @@ -53,6 +54,7 @@ Depends: adduser, lsb-base, netbase, + python3-jinja2, ${misc:Depends}, ${shlibs:Depends} Description: GNU's payment system operator.