diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-09 01:37:26 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-09 01:37:26 +0100 |
commit | 80f7b658047a3541697ef5ae1aae897817b3f43c (patch) | |
tree | f9a250234b976de1944cce0998795f8fadf8ddae /utils/makefile.python | |
parent | f5f83b8a99a45198822f4e382575d3147e652e56 (diff) | |
download | searxng-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.python | 1 |
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 |