mirror of
https://github.com/mesonbuild/meson.git
synced 2026-08-11 09:35:24 +00:00
This matches the tests for Python extensions.
Also include some other cleanups to these `meson.build` files:
Adding `python_dep` is no longer needed, this is automatic now.
Use a single line for `import('python').find_installation()`,
because the result of `import('python')` by itself is not used
for anything.