From f6b79fe7a5dbc740add31d4cf902f2a4848c9a4b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 3 Aug 2018 23:42:47 +0200 Subject: [PATCH] Add ARM dependencies --- scripts/install | 4 +++- scripts/restore | 4 +++- scripts/upgrade | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) 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