makefile.python: hardening - drop virtualenv, drop build support py2

From py3.3 on a subset of virtualenv is built-in, so you can run '-m venv' ot of
the box.

- replace: $(PY_ENV_BIN)/pip --> $(PY_ENV_BIN)/python -m pip
- remove obsolete virtualenv-exe target and adjust VTENV_OPTS
- remove obsolete msg-pip-exe target
- print list of py launchers available from $(PY_ENV_BIN) to the log
- fix hard coded ./local

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-04-01 14:16:49 +02:00
parent 8c145ff2fe
commit 9b48ae47ec
2 changed files with 26 additions and 65 deletions

View file

@ -28,7 +28,6 @@ stages:
jobs:
include:
- python: "2.7"
- python: "3.5"
- python: "3.6"
- stage: docker