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:
parent
2937c28050
commit
dc2fd539a0
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ install_sources() {
|
||||||
cd "$final_path"
|
cd "$final_path"
|
||||||
ynh_exec_warn_less pip install --upgrade pip
|
ynh_exec_warn_less pip install --upgrade pip
|
||||||
ynh_exec_warn_less pip install --upgrade pyramid_chameleon 'soupsieve<2.0'
|
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" \
|
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
|
ynh_exec_warn_less python "$final_path/setup.py" develop
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue