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

Use metapackage for PostgreSQL dev libraries.

This commit is contained in:
Mateusz 2024-03-22 15:05:57 +01:00 committed by GitHub
parent 818f1830d7
commit 1cd8bcd172
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ ram.runtime = "50M"
main.allowed = "visitors"
[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, libpq-dev, libsasl2-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libpango1.0-0, postgresql, postgresql-contrib, postgresql-server-dev"
[resources.database]
type = "postgresql"