diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-01 16:01:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-01 16:01:51 +0100 |
commit | 8d0e1411434f18749d07a8d8820594e2c8d0fb4a (patch) | |
tree | f873caa3d5e588c3d306160c310b52b3e7e41583 | |
parent | d46a94ac9c1059672d6f92b78bf8d8597b9ce72c (diff) |
add test for python3-jinja2
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9a3d63bbb..7b6977ee9 100644 --- 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 index c348c9583..d50478556 100644 --- 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. |