summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@