1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
This commit is contained in:
Salamandar 2023-12-11 12:03:11 +01:00
parent 600593a9f7
commit 0e17daff69
2 changed files with 15 additions and 20 deletions

View file

@ -109,15 +109,12 @@ ram.runtime = "200M"
main.default = 8083 main.default = 8083
[resources.apt] [resources.apt]
#sqlite3 is required to tweak the database in the scripts packages = [
#imagemagick is required for cover extraction from EPUBs "sqlite3", # to tweak the database in the scripts
#python3-venv is required for installing a venv environnement in the scripts "imagemagick", # for cover extraction from EPUBs
#python3-dev is required for compiling the ldap dependency during pip install "python3-venv", # for installing a venv environnement in the scripts
#libldap2-dev is required for compiling the ldap dependency during pip install "python3-dev", # for compiling the ldap dependency during pip install
#libsasl2-dev is required for compiling the ldap dependency during pip install "libldap2-dev", # for compiling the ldap dependency during pip install
#libjpeg-dev is required for comics and image reading in browser "libsasl2-dev", # for compiling the ldap dependency during pip install
packages = [ "sqlite3", "imagemagick", "python3-venv", "python3-dev", "libldap2-dev", "libsasl2-dev", "libjpeg-dev" ] "libjpeg-dev" # for comics and image reading in browser
#for reference, dependencies that have been removed in 0.96.21~ynh1: ]
#python3-lxml : not required in packages as already part of yunohost dependencies
#zlib1g-dev : is part of python3-dev dependencies : not required anymore
#libffi-dev : usage unknown

View file

@ -2,7 +2,6 @@ test_format = 1.0
[default] [default]
args.language = "en"
args.upload = true args.upload = true
args.public_library = true args.public_library = true
@ -11,4 +10,3 @@ test_format = 1.0
# ------------------------------- # -------------------------------
test_upgrade_from.b8f9f95.name = "0.6.19~ynh8" test_upgrade_from.b8f9f95.name = "0.6.19~ynh8"