summaryrefslogtreecommitdiff
path: root/devel/py-pluggy/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pluggy/files/patch-pyproject.toml')
-rw-r--r--devel/py-pluggy/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-pluggy/files/patch-pyproject.toml b/devel/py-pluggy/files/patch-pyproject.toml
new file mode 100644
index 000000000000..910e11496439
--- /dev/null
+++ b/devel/py-pluggy/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-05-15 12:29:37 UTC
++++ pyproject.toml
+@@ -1,7 +1,7 @@ requires = [
+ [build-system]
+ requires = [
+ # sync with setup.py until we discard non-pep-517/518
+- "setuptools>=65.0",
++ "setuptools>=61.0",
+ "setuptools-scm[toml]>=8.0",
+ ]
+ build-backend = "setuptools.build_meta"