mirror of
https://github.com/python/cpython.git
synced 2026-03-11 07:20:59 +00:00
[3.10] Pin setuptools==81 to avoid pkg_resources removal (#144781)
This commit is contained in:
parent
dad6f8dff8
commit
a191d071cf
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ venv:
|
|||
echo "To recreate it, remove it first with \`make clean-venv'."; \
|
||||
else \
|
||||
$(PYTHON) -m venv $(VENVDIR); \
|
||||
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools; \
|
||||
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools==81; \
|
||||
$(VENVDIR)/bin/python3 -m pip install -r requirements.txt; \
|
||||
echo "The venv has been created in the $(VENVDIR) directory"; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue