Blame mesonpy-trim-deps.patch

d774d7
The backend does not require a mesonbuild module for every flavor.
8fdadd
the `meson` command from the regular RPM package is sufficient.
d774d7
8fdadd
Index: meson_python-0.11.0/pyproject.toml
d774d7
===================================================================
8fdadd
--- meson_python-0.11.0.orig/pyproject.toml
8fdadd
+++ meson_python-0.11.0/pyproject.toml
8fdadd
@@ -2,7 +2,6 @@
8fdadd
 build-backend = 'mesonpy'
8fdadd
 backend-path = ['.']
8fdadd
 requires = [
8fdadd
-  'meson>=0.63.3',
8fdadd
   'pyproject-metadata>=0.5.0',
8fdadd
   'tomli>=1.0.0; python_version<"3.11"',
8fdadd
   'typing-extensions>=3.7.4; python_version<"3.8"',
8fdadd
@@ -25,7 +24,6 @@ classifiers = [
8fdadd
 
d774d7
 dependencies = [
d774d7
   'colorama; os_name == "nt"',
8fdadd
-  'meson>=0.63.3',
d774d7
   'pyproject-metadata>=0.5.0', # not a hard dependency, only needed for projects that use PEP 621 metadata
8fdadd
   'tomli>=1.0.0; python_version<"3.11"',
d774d7
   'typing-extensions>=3.7.4; python_version<"3.8"',