diff --git a/devel/py-parver/files/patch-pyproject.toml b/devel/py-parver/files/patch-pyproject.toml new file mode 100644 index 0000000000000..7990937d27ea3 --- /dev/null +++ b/devel/py-parver/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2022-11-11 21:29:27 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=64", "wheel"] ++requires = ["setuptools>=61", "wheel"] + build-backend = "setuptools.build_meta" + + [project]