Skip to content

Commit 03af580

Browse files
authored
searxng: add msgspec as dependency (#8293)
1 parent a43f97d commit 03af580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/searxng-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ network_check
1414
update_os
1515

1616
msg_info "Installing SearXNG dependencies"
17-
echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list
17+
echo "deb http://deb.debian.org/debian bookworm-backports main" >/etc/apt/sources.list.d/backports.list
1818
$STD apt-get update
1919
$STD apt-get install -y \
2020
python3-dev python3-babel python3-venv python-is-python3 \
@@ -36,7 +36,7 @@ msg_info "Creating Python virtual environment"
3636
sudo -H -u searxng bash -c '
3737
python3 -m venv /usr/local/searxng/searx-pyenv &&
3838
. /usr/local/searxng/searx-pyenv/bin/activate &&
39-
pip install -U pip setuptools wheel pyyaml lxml &&
39+
pip install -U pip setuptools wheel pyyaml lxml msgspec &&
4040
pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
4141
'
4242
msg_ok "Python environment ready"

0 commit comments

Comments
 (0)