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

Bugfix #48 Install pillow deps, too.

This commit is contained in:
JensDiemer 2021-09-15 10:20:10 +02:00
parent 0960d4a228
commit 0e7540128d

View file

@ -25,7 +25,7 @@ log_file="${log_path}/pyinventory.log"
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="build-essential python3-dev python3-pip python3-venv git libpq-dev postgresql postgresql-contrib" pkg_dependencies="build-essential python3-dev python3-pip python3-venv git libpq-dev postgresql postgresql-contrib libjpeg-dev"
#================================================= #=================================================
# Redis HELPERS # Redis HELPERS