1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mygpo_ynh.git synced 2024-09-03 19:55:52 +02:00

Add explicit libJPEG-dev dependency

This commit is contained in:
orhtej2 2023-09-26 13:28:56 +02:00
parent 1274b5bccf
commit 12cfcf10ac

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="acl python3 python3-dev python3-pip python3-venv postgresql postgresql-contrib libpq-dev redis-server libldap2-dev libsasl2-dev" pkg_dependencies="acl python3 python3-dev python3-pip python3-venv postgresql postgresql-contrib libpq-dev redis-server libldap2-dev libsasl2-dev libjpeg-dev"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS