Skip to content

Commit 75329ec

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ endif
5050
virtualenv:
5151
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"
5252
@${PYTHON_EXE} ${VIRTUALENV_PYZ} --download ${VENV}
53-
@$(MAKE) upgrade-tools
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)