From 39474b392a7c066b439a62fe4d045287fa2008ea Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 25 Jun 2025 08:01:30 +0200 Subject: [PATCH] [fix] debian: install apt package python-is-python3 On debian the 'python-is-python3' packages restores an appropriate '/usr/bin/python' symlink for third-party scripts[1] [1] https://github.com/searxng/searxng/issues/3235#issuecomment-1954459081 Signed-off-by: Markus Heiser --- utils/searxng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/searxng.sh b/utils/searxng.sh index b34298e85..4ad2ef93f 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -57,7 +57,7 @@ NGINX_SEARXNG_SITE="searxng.conf" # apt packages SEARXNG_PACKAGES_debian="\ -python3-dev python3-babel python3-venv +python3-dev python3-babel python3-venv python-is-python3 uwsgi uwsgi-plugin-python3 git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev"