Files
ports/math/py-docplex/files/patch-pyproject.toml
T
2026-06-04 14:15:05 -07:00

8 lines
202 B
TOML

--- pyproject.toml.orig 2026-04-01 07:44:31 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools~=78.1.1"]
+requires = ["setuptools"]
build-backend = "setuptools.build_meta"