1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00

Add dependency to python-jinja2 (#2)

This commit is contained in:
Alexandre Aubin 2018-09-15 18:03:55 +02:00 committed by ljf (zamentur)
parent 7bbb616adf
commit 31f5e62ec9

View file

@ -6,7 +6,7 @@
# App package root directory should be the parent folder
PKG_DIR=$(cd ../; pwd)
pkg_dependencies="python3-pip python3-dev libacl1-dev libssl-dev liblz4-dev"
pkg_dependencies="python3-pip python3-dev libacl1-dev libssl-dev liblz4-dev python-jinja2"
#=================================================
# COMMON HELPERS