ports/math/py-islpy/files/patch-pyproject.toml
2024-11-07 22:37:32 -08:00

13 lines
301 B
TOML

--- pyproject.toml.orig 2024-09-04 19:20:00 UTC
+++ pyproject.toml
@@ -8,10 +8,8 @@ requires = [
"setuptools>=64;python_version>='3.12'",
"wheel>=0.34.2",
- "cmake>=3.18",
"scikit-build",
"nanobind>=1.3",
- "ninja",
"pcpp",
]
build-backend = "setuptools.build_meta"