From: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Update meson to the latest version, to fix
`ld: unknown options: --version` error on macOS
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1996
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
---
python/scripts/vendor.py | 4 ++--
python/wheels/meson-0.63.3-py3-none-any.whl | Bin 926526 -> 0 bytes
python/wheels/meson-1.3.0-py3-none-any.whl | Bin 0 -> 976361 bytes
pythondeps.toml | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
delete mode 100644 python/wheels/meson-0.63.3-py3-none-any.whl
create mode 100644 python/wheels/meson-1.3.0-py3-none-any.whl
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -18,7 +18,7 @@
[meson]
# The install key should match the version in python/wheels/
-meson = { accepted = ">=0.63.0", installed = "0.63.3", canary = "meson" }
+meson = { accepted = ">=1.3.0", installed = "1.3.0", canary = "meson" }
[docs]
sphinx = { accepted = ">=1.6", installed = "5.3.0", canary = "sphinx-build" }