From f32b4fceddf698f6a33c42a866ca21c6cc202841 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 2 Apr 2020 20:27:44 +0200 Subject: LXC: add virtualenv to LXC_BASE_PACKAGES Commit 09a40625 adds virtualenv dependency. BTW remove deprecated --no-site-packages. Not having access to global site-packages is now the default behavior. Signed-off-by: Markus Heiser --- utils/makefile.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/makefile.python') diff --git a/utils/makefile.python b/utils/makefile.python index 49944442e..df16acbbf 100644 --- a/utils/makefile.python +++ b/utils/makefile.python @@ -30,7 +30,6 @@ PYLINT_RC ?= .pylintrc TEST_FOLDER ?= ./tests TEST ?= . -VTENV_OPTS = "--no-site-packages" PY_ENV = ./$(LXC_ENV_FOLDER)local/py$(PY) PY_ENV_BIN = $(PY_ENV)/bin PY_ENV_ACT = . $(PY_ENV_BIN)/activate @@ -41,6 +40,7 @@ ifeq ($(OS),Windows_NT) PY_ENV_ACT = $(PY_ENV_BIN)/activate endif +VTENV_OPTS ?= ifeq ($(PYTHON),python) VIRTUALENV = virtualenv else -- cgit v1.2.3