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:
parent
687f32855c
commit
179c8bb44f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ install_sources() {
|
||||||
set -o nounset
|
set -o nounset
|
||||||
cd "$final_path"
|
cd "$final_path"
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install --upgrade pyramid_chameleon
|
pip install --upgrade pyramid_chameleon 'soupsieve<2.0'
|
||||||
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…
Reference in a new issue