Skip to content

Commit ab72711

Browse files
committed
Pin setuptools<=81 to avoid pkg_resources removal
1 parent e1a8a03 commit ab72711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ venv:
150150
echo "To recreate it, remove it first with \`make clean-venv'."; \
151151
else \
152152
$(PYTHON) -m venv $(VENVDIR); \
153-
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools; \
153+
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools<=81; \
154154
$(VENVDIR)/bin/python3 -m pip install -r requirements.txt; \
155155
echo "The venv has been created in the $(VENVDIR) directory"; \
156156
fi

0 commit comments

Comments
 (0)