diff options
-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. |