summaryrefslogtreecommitdiff
path: root/devel/py-mypy/files/patch-pyproject.toml
blob: 863d809e235944a46a8e2ed9e31816582089bdcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-12-19 16:38:55 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
     # NOTE: this needs to be kept in sync with mypy-requirements.txt
     # and build-requirements.txt, because those are both needed for
     # self-typechecking :/
-    "setuptools >= 75.1.0",
+    "setuptools >= 61",
     # the following is from mypy-requirements.txt/setup.py
     "typing_extensions>=4.6.0",
     "mypy_extensions>=1.0.0",