2022-09-14 15:48:11 +00:00
|
|
|
The backend does not require a mesonbuild module for every flavor.
|
2022-11-24 13:51:03 +00:00
|
|
|
the `meson` command from the regular RPM package is sufficient.
|
2022-09-14 15:48:11 +00:00
|
|
|
|
2023-01-16 20:46:34 +00:00
|
|
|
Index: meson_python-0.12.0/pyproject.toml
|
2022-09-14 15:48:11 +00:00
|
|
|
===================================================================
|
2023-01-16 20:46:34 +00:00
|
|
|
--- meson_python-0.12.0.orig/pyproject.toml
|
|
|
|
+++ meson_python-0.12.0/pyproject.toml
|
2022-11-24 13:51:03 +00:00
|
|
|
@@ -2,7 +2,6 @@
|
|
|
|
build-backend = 'mesonpy'
|
|
|
|
backend-path = ['.']
|
|
|
|
requires = [
|
|
|
|
- 'meson>=0.63.3',
|
2023-01-16 20:46:34 +00:00
|
|
|
'pyproject-metadata>=0.6.1',
|
2022-11-24 13:51:03 +00:00
|
|
|
'tomli>=1.0.0; python_version<"3.11"',
|
2023-01-16 20:46:34 +00:00
|
|
|
'typing-extensions>=3.7.4; python_version<"3.10"',
|
2022-11-24 13:51:03 +00:00
|
|
|
@@ -25,7 +24,6 @@ classifiers = [
|
|
|
|
|
2022-09-14 15:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
'colorama; os_name == "nt"',
|
2022-11-24 13:51:03 +00:00
|
|
|
- 'meson>=0.63.3',
|
2023-01-16 20:46:34 +00:00
|
|
|
'pyproject-metadata>=0.6.1', # not a hard dependency, only needed for projects that use PEP 621 metadata
|
2022-11-24 13:51:03 +00:00
|
|
|
'tomli>=1.0.0; python_version<"3.11"',
|
2023-01-16 20:46:34 +00:00
|
|
|
'typing-extensions>=3.7.4; python_version<"3.10"',
|