diff --git a/scripts/install b/scripts/install index 665cb8e..ff845f6 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index 7bd71c0..c097ec1 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 07c11f5..88e6f1d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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