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

add missing LDAP dependancy

This commit is contained in:
Josué Tille 2024-05-01 11:06:13 +02:00
parent d0c012090d
commit 10ac156cbf
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -87,7 +87,11 @@ ram.runtime = "50M"
superadmin.label = "Super admin"
[resources.apt]
packages = "gunicorn, python3, python3-venv, libpq-dev, libsasl2-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libpango1.0-0, postgresql, postgresql-contrib, postgresql-server-dev-13"
packages = ["gunicorn",
"python3", "python3-venv", "python3-dev",
"libpq-dev", "libsasl2-dev", "libjpeg-dev", "libxml2-dev", "libxslt1-dev", "libpango1.0-0",
"postgresql", "postgresql-contrib", "postgresql-server-dev-13",
"libldap2-dev"]
[resources.database]
type = "postgresql"