ports/devel/py-distributed/files/patch-pyproject.toml

9 lines
271 B
TOML

--- pyproject.toml.orig 2023-07-07 17:30:18 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"]
build-backend = "setuptools.build_meta"
[project]