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

Force setuptool <71
Some checks failed
YunoHost apps package linter / test (push) Has been cancelled

This commit is contained in:
ewilly 2024-07-19 15:48:21 +00:00 committed by GitHub
parent d10c7d9b1a
commit 49b859ef84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ ynh_script_progression --message="Installing SearXNG..." --weight=2
python3 -m venv --system-site-packages "$install_dir/searxng-pyenv" python3 -m venv --system-site-packages "$install_dir/searxng-pyenv"
set +o nounset; source "$install_dir/searxng-pyenv/bin/activate"; set -o nounset 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" pip3 install -e "$install_dir/searxng-src"
#================================================= #=================================================