forked from Ponysearch/Ponysearch
Merge pull request #2473 from return42/fix-setup.py
[fix] setup.py requires pyyaml installed
This commit is contained in:
commit
709dd960f1
2 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,7 @@ ${fedora_build}
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
pip install -U wheel
|
pip install -U wheel
|
||||||
|
pip install -U pyyaml
|
||||||
|
|
||||||
# jump to searx's working tree and install searx into virtualenv
|
# jump to searx's working tree and install searx into virtualenv
|
||||||
(${SERVICE_USER})$ cd \"$SEARX_SRC\"
|
(${SERVICE_USER})$ cd \"$SEARX_SRC\"
|
||||||
|
|
|
@ -333,6 +333,7 @@ git pull
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
pip install -U wheel
|
pip install -U wheel
|
||||||
|
pip install -U pyyaml
|
||||||
pip install -U -e .
|
pip install -U -e .
|
||||||
EOF
|
EOF
|
||||||
install_settings
|
install_settings
|
||||||
|
@ -503,6 +504,7 @@ EOF
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
pip install -U wheel
|
pip install -U wheel
|
||||||
|
pip install -U pyyaml
|
||||||
pip install -U -e .
|
pip install -U -e .
|
||||||
cd ${SEARX_SRC}
|
cd ${SEARX_SRC}
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
Loading…
Reference in a new issue