diff --git a/Makefile b/Makefile index 0b4882529..10b23bc2e 100644 --- a/Makefile +++ b/Makefile @@ -772,7 +772,7 @@ build/venv/config2.stamp: Pipfile.lock Pipfile @mkdir -p build [ ! -f build/venv/config.stamp ] || rm -rf build/venv [ -d build/venv ] || python3 -m venv build/venv - . $(VENV) ; pip install pipenv + . $(VENV) ; pip install pipenv==2023.8.28 . $(VENV) ; pipenv install touch $@