Skip to content

Commit

Permalink
bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Sep 1, 2020
1 parent 3584d4b commit a4c4e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ clean:

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

Expand Down

0 comments on commit a4c4e17

Please sign in to comment.