summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-01-16 19:05:36 +0100
committerGitHub <noreply@github.com>2021-01-16 19:05:36 +0100
commit709dd960f125af17cffa10715d5bdef15018a918 (patch)
tree288694ddb614cb634fcab897f230b9e24be487f7
parent1d13ad8452e20fb69b77caf6bb9358f82e3934ba (diff)
parentc4a98862bf3f8d94464eede4fa89bbf05997e930 (diff)
downloadsearxng-709dd960f125af17cffa10715d5bdef15018a918.tar.gz
searxng-709dd960f125af17cffa10715d5bdef15018a918.zip
Merge pull request #2473 from return42/fix-setup.py
[fix] setup.py requires pyyaml installed
-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 .