diff --git a/manifest.toml b/manifest.toml index 7f28057..d7385aa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SearXNG" description.en = "Internet metasearch engine which aggregates results from more than 70 search services" description.fr = "Méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche" -version = "2024.07.08~ynh1" +version = "2024.07.08~ynh2" maintainers = ["mh4ckt3mh4ckt1c4s", "ewilly"] diff --git a/scripts/install b/scripts/install index e5d7de4..7d472c5 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 ynh_exec_fully_quiet pip3 install -e "$install_dir/searxng-src" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 09340a8..331f05e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -59,7 +59,7 @@ then ynh_secure_remove --file="$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 - pip3 install -U pip setuptools wheel pyyaml --no-cache-dir + pip3 install -U pip "setuptools<71.0.0" wheel pyyaml --no-cache-dir ynh_exec_fully_quiet pip3 install -e "$install_dir/searxng-src" fi