summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build-templates/searx.rst1
-rwxr-xr-xutils/searx.sh2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst
index fe82ec3d0..e06bc2c6a 100644
--- a/docs/build-templates/searx.rst
+++ b/docs/build-templates/searx.rst
@@ -116,6 +116,7 @@ ${fedora_build}
pip install -U pip
pip install -U setuptools
pip install -U wheel
+ pip install -U pyyaml
# jump to searx's working tree and install searx into virtualenv
(${SERVICE_USER})$ cd \"$SEARX_SRC\"
diff --git a/utils/searx.sh b/utils/searx.sh
index 134f0dbb1..f85935fa2 100755
--- a/utils/searx.sh
+++ b/utils/searx.sh
@@ -333,6 +333,7 @@ git pull
pip install -U pip
pip install -U setuptools
pip install -U wheel
+pip install -U pyyaml
pip install -U -e .
EOF
install_settings
@@ -503,6 +504,7 @@ EOF
pip install -U pip
pip install -U setuptools
pip install -U wheel
+pip install -U pyyaml
pip install -U -e .
cd ${SEARX_SRC}
pip install -e .