1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

Re-add mysql dependency.

This commit is contained in:
orhtej2 2023-09-26 14:37:23 +02:00
parent 490bd9feaf
commit ae92ff4087

View file

@ -80,7 +80,7 @@ ram.runtime = "350M"
main.default = 8095
[resources.apt]
packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config"
packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config, default-libmysqlclient-dev"
[resources.database]
type = "postgresql"