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
8a41d00064
commit
d59eb73257
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ install_sources() {
|
||||||
cd "$final_path"
|
cd "$final_path"
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install --upgrade pyramid_chameleon
|
pip install --upgrade pyramid_chameleon
|
||||||
|
pip install soupsieve==1.9.5
|
||||||
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"
|
pip install --upgrade --requirement "$final_path/requirements.txt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue