Files
ports/databases/py-apswutils/files/patch-pyproject.toml
T

11 lines
288 B
TOML

-- Remove version constraint on setuptools to be compatible with the port.
--- pyproject.toml.orig 2025-12-17 22:23:08 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=64.0"]
+requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]