add test for python3-jinja2
This commit is contained in:
parent
d46a94ac9c
commit
8d0e141143
@ -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
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user