Skip to content

Commit 0a9b72e

Browse files
committed
Upgrade setuptools, wheel and pip
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 75329ec commit 0a9b72e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ endif
4949

5050
virtualenv:
5151
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"
52-
@${PYTHON_EXE} ${VIRTUALENV_PYZ} --download ${VENV}
53-
# @$(MAKE) upgrade-tools
52+
@${PYTHON_EXE} --download ${VENV}
53+
@$(MAKE) upgrade-tools
5454

55-
# upgrade-tools:
56-
# @echo "-> Upgrade pip / setuptools / wheel (Python 3.12 safe)"
57-
# @${VENV}/bin/python -m pip install --upgrade --force-reinstall \
58-
# "pip>=24" "setuptools>=69" "wheel>=0.42" packaging
55+
upgrade-tools:
56+
@echo "-> Upgrade pip / setuptools / wheel (Python 3.12 safe)"
57+
@${VENV}/bin/python -m pip install --upgrade --force-reinstall \
58+
"pip>=24" "setuptools>=69" "wheel>=0.42" packaging
5959

6060
conf: virtualenv
6161
@echo "-> Install dependencies"

0 commit comments

Comments
 (0)