aboutsummaryrefslogtreecommitdiff
path: root/devel/py-lark/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-lark/files/patch-pyproject.toml')
-rw-r--r--devel/py-lark/files/patch-pyproject.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/py-lark/files/patch-pyproject.toml b/devel/py-lark/files/patch-pyproject.toml
new file mode 100644
index 000000000000..cde18c8252a6
--- /dev/null
+++ b/devel/py-lark/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig 2025-10-25 17:45:52 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=80", "setuptools-scm>=9.2.2"]
++requires = ["setuptools>=61.2.0"]
+ build-backend = "setuptools.build_meta"
+
+ [project]