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

Add ARM dependencies

This commit is contained in:
Jean-Baptiste Holcroft 2018-08-03 23:42:47 +02:00
parent f6682e66ac
commit f6b79fe7a5
3 changed files with 9 additions and 3 deletions

View file

@ -61,7 +61,9 @@ ynh_app_setting_set "$app" final_path "$final_path"
# Check depends installation
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
uwsgi uwsgi-plugin-python \
`# ARM support: ` \
build-essential libssl-dev libffi-dev
#=================================================
# CREATE A MYSQL DATABASE

View file

@ -83,7 +83,9 @@ ynh_system_user_create "$app"
#=================================================
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
uwsgi uwsgi-plugin-python \
`# ARM support: ` \
build-essential libssl-dev libffi-dev
#=================================================
# RESTORE THE UWSGI MECANICS

View file

@ -94,7 +94,9 @@ path_url=$(ynh_normalize_url_path "$path_url")
# Check depends installation
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
uwsgi uwsgi-plugin-python \
`# ARM support: ` \
build-essential libssl-dev libffi-dev
#=================================================
# SPECIFIC SETUP UWSGI