From 49b859ef84d2b92aacc6ab12c4b261261cdc66bf Mon Sep 17 00:00:00 2001 From: ewilly Date: Fri, 19 Jul 2024 15:48:21 +0000 Subject: [PATCH] Force setuptool <71 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1ae1c81..78ee07e 100755 --- a/scripts/install +++ b/scripts/install @@ -27,7 +27,7 @@ ynh_script_progression --message="Installing SearXNG..." --weight=2 python3 -m venv --system-site-packages "$install_dir/searxng-pyenv" set +o nounset; source "$install_dir/searxng-pyenv/bin/activate"; set -o nounset -pip3 install -U pip setuptools wheel pyyaml --no-cache-dir +pip3 install -U pip "setuptools<71.0.0" wheel pyyaml --no-cache-dir pip3 install -e "$install_dir/searxng-src" #=================================================