aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-distributed/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-distributed/files/patch-pyproject.toml')
-rw-r--r--devel/py-distributed/files/patch-pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-distributed/files/patch-pyproject.toml b/devel/py-distributed/files/patch-pyproject.toml
index 82ee913ce9e1..2aef9db76e78 100644
--- a/devel/py-distributed/files/patch-pyproject.toml
+++ b/devel/py-distributed/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig 2023-07-07 17:30:18 UTC
+--- pyproject.toml.orig 2025-11-06 16:54:27 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
--requires = ["setuptools>=62.6", "versioneer[toml]==0.29"]
-+requires = ["setuptools>=62.6", "versioneer[toml]>=0.29"]
+-requires = ["setuptools>=80", "setuptools-scm"]
++requires = ["setuptools>=62.2", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]