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

Fix soupsieve dependance

This commit is contained in:
Josué Tille 2020-04-21 20:55:12 +02:00
parent 687f32855c
commit 179c8bb44f
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -19,7 +19,7 @@ install_sources() {
set -o nounset
cd "$final_path"
pip install --upgrade pip
pip install --upgrade pyramid_chameleon
pip install --upgrade pyramid_chameleon 'soupsieve<2.0'
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"