Skip to content

Commit 6f94a1b

Browse files
committed
pyproject.toml: allow newer meson version
The version was pinned to 0.61.2 because there was an incompatibility between newer version of meson and mesonpep517. Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent f1d4705 commit 6f94a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22
[build-system]
3-
requires = ["mesonpep517", "wheel", "meson==0.61.2", "ninja"] # PEP 508 specifications.
3+
requires = ["mesonpep517", "wheel", "meson", "ninja"] # PEP 508 specifications.
44
build-backend = "mesonpep517.buildapi"
55

66
[tool.mesonpep517.metadata]

0 commit comments

Comments
 (0)