Files
ports/math/py-levmar/files/patch-pyproject.toml
T
2026-03-02 18:28:13 -08:00

13 lines
385 B
TOML

--- pyproject.toml.orig 2026-03-03 02:02:52 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools==72.1.0", # ==72.1.0, see https://github.com/pypa/setuptools/issues/4748
+ "setuptools", # ==72.1.0, see https://github.com/pypa/setuptools/issues/4748
"numpy",
"cython",
-]
\ No newline at end of file
+]