Skip to content

Commit a4c4e17

Browse files
authored
bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)
See pypa/setuptools#2361
1 parent 3584d4b commit a4c4e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ clean:
142142

143143
venv:
144144
$(PYTHON) -m venv $(VENVDIR)
145-
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
145+
# $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
146+
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1
146147
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
147148
@echo "The venv has been created in the $(VENVDIR) directory"
148149

0 commit comments

Comments
 (0)