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.
|
# 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])
|
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
|
# Require minimum libgcrypt version
|
||||||
need_libgcrypt_version=1.6.1
|
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),
|
libsodium-dev (>=1.0.11),
|
||||||
libsqlite3-dev (>=3.8),
|
libsqlite3-dev (>=3.8),
|
||||||
libunistring-dev (>=0.9.2),
|
libunistring-dev (>=0.9.2),
|
||||||
|
python3-jinja2,
|
||||||
net-tools,
|
net-tools,
|
||||||
po-debconf,
|
po-debconf,
|
||||||
python3-dev,
|
python3-dev,
|
||||||
@ -53,6 +54,7 @@ Depends:
|
|||||||
adduser,
|
adduser,
|
||||||
lsb-base,
|
lsb-base,
|
||||||
netbase,
|
netbase,
|
||||||
|
python3-jinja2,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Description: GNU's payment system operator.
|
Description: GNU's payment system operator.
|
||||||
|
Loading…
Reference in New Issue
Block a user