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:
espritlibre 2020-03-03 14:44:38 +01:00 committed by GitHub
parent 8a41d00064
commit d59eb73257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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