Skip to content

Commit 905aa3c

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 <[email protected]>
1 parent e3c2029 commit 905aa3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)