Files
macports-ports/python/py-matplotlib/files/patch-meson-version-pyproject.toml.diff

12 lines
326 B
Diff
Raw Permalink Normal View History

--- pyproject.toml.orig 2024-12-14 21:58:36
+++ pyproject.toml 2024-12-14 21:58:45
@@ -70,7 +70,7 @@
build-backend = "mesonpy"
# Also keep in sync with optional dependencies above.
requires = [
- "meson-python>=0.13.1,<0.17.0",
+ "meson-python>=0.13.1",
"pybind11>=2.13.2,!=2.13.3",
"setuptools_scm>=7",
]