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

Update _common.sh

This commit is contained in:
yalh76 2022-07-28 15:32:20 +02:00
parent 2937c28050
commit dc2fd539a0

View file

@ -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