2024-05-03 21:31:16 +02:00
|
|
|
The backend does not require a mesonbuild module for every flavor.
|
|
|
|
the `meson` command from the regular RPM package is sufficient.
|
|
|
|
|
2024-09-25 17:14:50 +02:00
|
|
|
Index: meson_python-0.15.0/pyproject.toml
|
2024-05-03 21:31:16 +02:00
|
|
|
===================================================================
|
2024-09-25 17:14:50 +02:00
|
|
|
--- meson_python-0.15.0.orig/pyproject.toml
|
|
|
|
+++ meson_python-0.15.0/pyproject.toml
|
|
|
|
@@ -6,8 +6,6 @@
|
2024-05-03 21:31:16 +02:00
|
|
|
build-backend = 'mesonpy'
|
|
|
|
backend-path = ['.']
|
|
|
|
requires = [
|
2024-09-25 17:14:50 +02:00
|
|
|
- 'meson >= 0.63.3; python_version < "3.12"',
|
|
|
|
- 'meson >= 1.2.3; python_version >= "3.12"',
|
2024-05-03 21:31:16 +02:00
|
|
|
'pyproject-metadata >= 0.7.1',
|
|
|
|
'tomli >= 1.0.0; python_version < "3.11"',
|
2024-09-25 17:14:50 +02:00
|
|
|
]
|
|
|
|
@@ -33,8 +31,6 @@ classifiers = [
|
2024-05-03 21:31:16 +02:00
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
'colorama; os_name == "nt"',
|
2024-09-25 17:14:50 +02:00
|
|
|
- 'meson >= 0.63.3; python_version < "3.12"',
|
|
|
|
- 'meson >= 1.2.3; python_version >= "3.12"',
|
2024-05-03 21:31:16 +02:00
|
|
|
'pyproject-metadata >= 0.7.1',
|
|
|
|
'tomli >= 1.0.0; python_version < "3.11"',
|
2024-09-25 17:14:50 +02:00
|
|
|
]
|