diff --git a/testing/scripts/recipes/015_strongTNC.mk b/testing/scripts/recipes/015_strongTNC.mk index 4cc08993c..673b4b09e 100644 --- a/testing/scripts/recipes/015_strongTNC.mk +++ b/testing/scripts/recipes/015_strongTNC.mk @@ -18,8 +18,8 @@ $(ZIP): @touch $@ .$(PKG)-deps-$(REV): .$(PKG)-unpacked-$(REV) - mkdir -p $(DEPS) - pip3 download -d $(DEPS) -r $(DIR)/requirements.txt + python3 -m venv $(VENV) + $(VENV)/bin/pip download -d $(DEPS) -r $(DIR)/requirements.txt @touch $@ install: .$(PKG)-deps-$(REV)