1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

delete the command ynh_get_deian-release is not found in the file_common.sh ecause the helpers aren't sourced and so keep the package dependency without php version

This commit is contained in:
Robles Rodolphe 2020-09-25 01:28:54 +02:00
parent 6b73c5f75a
commit 2a3e96d634

View file

@ -4,12 +4,8 @@
# COMMON VARIABLES
#=================================================
# dependencies used by the app
if
ynh_get_debian_release = "buster"; then
pkg_dependencies="php7.3-sqlite3"
else
pkg_dependencies="php7.0-sqlite3"
fi
pkg_dependencies="php-sqlite3"
# ============= FUTURE YUNOHOST HELPER =============