summaryrefslogtreecommitdiff
path: root/utils/searx.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-04-02 20:27:44 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-04-02 20:27:44 +0200
commitf32b4fceddf698f6a33c42a866ca21c6cc202841 (patch)
tree87361aec3097e9b6573b15199ed2abb57003abd5 /utils/searx.sh
parent2441e242884a196a21cbf11bd7726584849553e1 (diff)
downloadsearxng-f32b4fceddf698f6a33c42a866ca21c6cc202841.tar.gz
searxng-f32b4fceddf698f6a33c42a866ca21c6cc202841.zip
LXC: add virtualenv to LXC_BASE_PACKAGES
Commit 09a40625 adds virtualenv dependency. BTW remove deprecated --no-site-packages. Not having access to global site-packages is now the default behavior. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-xutils/searx.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/searx.sh b/utils/searx.sh
index 17e8db84e..981c498fc 100755
--- a/utils/searx.sh
+++ b/utils/searx.sh
@@ -42,7 +42,7 @@ SEARX_UWSGI_SOCKET="/run/uwsgi/app/searx/socket"
# apt packages
SEARX_PACKAGES_debian="\
-python3-dev python3-babel python3-venv
+virtualenv python3-dev python3-babel python3-venv
uwsgi uwsgi-plugin-python3
git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev
shellcheck"
@@ -53,7 +53,7 @@ texlive-latex-recommended texlive-extra-utils ttf-dejavu"
# pacman packages
SEARX_PACKAGES_arch="\
-python python-pip python-lxml python-babel
+python-virtualenv python python-pip python-lxml python-babel
uwsgi uwsgi-plugin-python
git base-devel libxml2
shellcheck"
@@ -64,7 +64,7 @@ texlive-core texlive-latexextra ttf-dejavu"
# dnf packages
SEARX_PACKAGES_fedora="\
-python python-pip python-lxml python-babel
+virtualenv python python-pip python-lxml python-babel
uwsgi uwsgi-plugin-python3
git @development-tools libxml2
ShellCheck"