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 e8ab643137
commit f26be667cd
2 changed files with 15 additions and 20 deletions

View file

@ -109,15 +109,12 @@ ram.runtime = "200M"
main.default = 8083
[resources.apt]
#sqlite3 is required to tweak the database in the scripts
#imagemagick is required for cover extraction from EPUBs
#python3-venv is required for installing a venv environnement in the scripts
#python3-dev is required for compiling the ldap dependency during pip install
#libldap2-dev is required for compiling the ldap dependency during pip install
#libsasl2-dev is required for compiling the ldap dependency during pip install
#libjpeg-dev is required for comics and image reading in browser
packages = [ "sqlite3", "imagemagick", "python3-venv", "python3-dev", "libldap2-dev", "libsasl2-dev", "libjpeg-dev" ]
#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
packages = [
"sqlite3", # to tweak the database in the scripts
"imagemagick", # for cover extraction from EPUBs
"python3-venv", # for installing a venv environnement in the scripts
"python3-dev", # for compiling the ldap dependency during pip install
"libldap2-dev", # for compiling the ldap dependency during pip install
"libsasl2-dev", # for compiling the ldap dependency during pip install
"libjpeg-dev" # for comics and image reading in browser
]

View file

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