diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-01-23 18:16:08 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-01-31 19:24:42 +0000 |
commit | 64abeecaddf778d194f5f69e7bfb06a52e373d49 (patch) | |
tree | 1297a961b8c1ab7d07a01e8b7e76035c91967682 /test/Makefile | |
parent | f4901f3d1d4f2a3c689a946b927bcee680a297ed (diff) |
VTL: Makefile: Don't install pip twice.
Pip is installed via virtualenv. No need to reinstall it again.
Change-Id: I45bea1f9db841ca4309b763ab852623180937727
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 8b1370f7a84..9113d15f703 100644 --- a/test/Makefile +++ b/test/Makefile @@ -98,7 +98,6 @@ $(GET_PIP_SCRIPT): $(PIP_INSTALL_DONE): $(GET_PIP_SCRIPT) @virtualenv $(VENV_PATH) -p $(PYTHON_INTERP) - @bash -c "source $(VENV_PATH)/bin/activate && $(PYTHON_INTERP) $(GET_PIP_SCRIPT)" @bash -c "source $(VENV_PATH)/bin/activate && $(PYTHON_INTERP) -m pip install $(PYTHON_DEPENDS)" @touch $@ |