diff --git a/scripts/_common.sh b/scripts/_common.sh index 08c2ffb..a7824f4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -20,6 +20,7 @@ install_sources() { cd "$final_path" pip install --upgrade pip pip install --upgrade pyramid_chameleon + pip install soupsieve==1.9.5 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"