summaryrefslogtreecommitdiff
path: root/utils/makefile.python
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-09 01:37:26 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-09 01:37:26 +0100
commit80f7b658047a3541697ef5ae1aae897817b3f43c (patch)
treef9a250234b976de1944cce0998795f8fadf8ddae /utils/makefile.python
parentf5f83b8a99a45198822f4e382575d3147e652e56 (diff)
downloadsearxng-80f7b658047a3541697ef5ae1aae897817b3f43c.tar.gz
searxng-80f7b658047a3541697ef5ae1aae897817b3f43c.zip
searx.sh: add buildhost cmd, installs OS packages for builds
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/makefile.python')
-rw-r--r--utils/makefile.python1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/makefile.python b/utils/makefile.python
index f6aa4470a..f7e4315c1 100644
--- a/utils/makefile.python
+++ b/utils/makefile.python
@@ -204,6 +204,7 @@ pyclean:
pyenv: $(PY_ENV)
$(PY_ENV): python-exe
$(call cmd,virtualenv,$(PY_ENV))
+ @$(PY_ENV_BIN)/pip install $(PIP_VERBOSE) -U wheel pip setuptools
@$(PY_ENV_BIN)/pip install $(PIP_VERBOSE) -r requirements.txt
PHONY += pylint-exe