Files
macports-ports/python/py-pyFAI/files/pyproject.toml.patch
2025-10-17 15:35:09 -07:00

17 lines
408 B
Diff

--- pyproject.toml.orig 2025-10-17 15:31:25
+++ pyproject.toml 2025-10-17 15:34:17
@@ -55,12 +55,11 @@
requires = [
'meson-python>=0.11',
"meson>=1.1",
- 'ninja',
'wheel',
'oldest-supported-numpy',
'Cython>=0.29.31',
'pyproject-metadata>=0.5.0',
- "tomli>=1.0.0; python_version < '3.12'"
+ "tomli>=1.0.0; python_version < '3.11'"
]
[project.optional-dependencies]