aboutsummaryrefslogtreecommitdiff
path: root/pythondeps.toml
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-11-09 17:05:02 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2023-11-24 16:21:55 +0100
commit1a1e889f3576f60f29ccb71a70f53907ad95a6a7 (patch)
tree3357220dc80d8c507e036e734015dfeb9bd5bc97 /pythondeps.toml
parent6dc8a887851c6f8ff1fdfc69a9b4689e29db6ac6 (diff)
buildsys: Bump known good meson version to v1.2.3
We need meson v1.2.3 to build QEMU on macOS Sonoma. It also builds fine all our CI jobs (as tested by also bumping "accepted" in pythondeps.toml), so let's use it as our "good enough" packaged wheel. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1939 Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231109160504.93677-2-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'pythondeps.toml')
-rw-r--r--pythondeps.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pythondeps.toml b/pythondeps.toml
index 4beadfd96f..0e88415999 100644
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -19,7 +19,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 = ">=0.63.0", installed = "1.2.3", canary = "meson" }
[docs]
sphinx = { accepted = ">=1.6", installed = "5.3.0", canary = "sphinx-build" }