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
|
|
|
|
2025-07-21 09:08:29 +00:00
|
|
|
Index: meson_python-0.18.0/pyproject.toml
|
2022-09-14 15:48:11 +00:00
|
|
|
===================================================================
|
2025-07-21 09:08:29 +00:00
|
|
|
--- meson_python-0.18.0.orig/pyproject.toml
|
|
|
|
|
+++ meson_python-0.18.0/pyproject.toml
|
2024-04-17 06:46:38 +00:00
|
|
|
@@ -6,8 +6,6 @@
|
2022-11-24 13:51:03 +00:00
|
|
|
build-backend = 'mesonpy'
|
|
|
|
|
backend-path = ['.']
|
|
|
|
|
requires = [
|
2025-07-21 09:08:29 +00:00
|
|
|
- 'meson >= 0.64.0; python_version < "3.12"',
|
2024-04-17 06:46:38 +00:00
|
|
|
- 'meson >= 1.2.3; python_version >= "3.12"',
|
2025-07-21 09:08:29 +00:00
|
|
|
'packaging >= 23.2',
|
|
|
|
|
'pyproject-metadata >= 0.9.0',
|
2023-08-22 12:37:59 +00:00
|
|
|
'tomli >= 1.0.0; python_version < "3.11"',
|
2025-07-21 09:08:29 +00:00
|
|
|
@@ -35,8 +33,6 @@ classifiers = [
|
2024-07-22 18:49:28 +00:00
|
|
|
]
|
2022-11-24 13:51:03 +00:00
|
|
|
|
2022-09-14 15:48:11 +00:00
|
|
|
dependencies = [
|
2025-07-21 09:08:29 +00:00
|
|
|
- 'meson >= 0.64.0; python_version < "3.12"',
|
2024-04-17 06:46:38 +00:00
|
|
|
- 'meson >= 1.2.3; python_version >= "3.12"',
|
2025-07-21 09:08:29 +00:00
|
|
|
'packaging >= 23.2',
|
|
|
|
|
'pyproject-metadata >= 0.9.0',
|
2023-08-22 12:37:59 +00:00
|
|
|
'tomli >= 1.0.0; python_version < "3.11"',
|