From d59eb7325752f03c7b9a2c2139eb29740122e39b Mon Sep 17 00:00:00 2001 From: espritlibre Date: Tue, 3 Mar 2020 14:44:38 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) 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"