ports/devel/py-astroid2/files/patch-pyproject.toml
2024-02-21 23:06:03 +08:00

9 lines
253 B
TOML

--- pyproject.toml.orig 2023-03-05 23:08:15 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=64.0", "wheel>=0.37.1"]
+requires = ["setuptools>=62.6", "wheel>=0.37.1"]
build-backend = "setuptools.build_meta"
[project]