From dc2fd539a02d240dd4da4e851cf79f8b7a199582 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 28 Jul 2022 15:32:20 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index cac4bf1..ab58439 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -25,9 +25,9 @@ install_sources() { cd "$final_path" ynh_exec_warn_less pip install --upgrade pip ynh_exec_warn_less pip install --upgrade pyramid_chameleon 'soupsieve<2.0' - ynh_exec_warn_less CFLAGS="-Wno-error -Wno-error=format-security" \ + CFLAGS="-Wno-error -Wno-error=format-security" \ ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future" \ - pip install --upgrade --requirement "$final_path/requirements.txt" + ynh_exec_warn_less pip install --upgrade --requirement "$final_path/requirements.txt" ynh_exec_warn_less python "$final_path/setup.py" develop