Skip to content

Commit c4296ed

Browse files
committed
CI: fixing dist packaging error
Fixes #303 python.platlibdir and python.install_env are mutually exclusive Signed-off-by: Boris Glimcher <[email protected]>
1 parent 9277a35 commit c4296ed

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,5 +1,5 @@
11
[build-system]
2-
requires = ["mesonpep517", "wheel", "meson", "ninja"] # PEP 508 specifications.
2+
requires = ["mesonpep517", "wheel", "meson==0.61.2", "ninja"] # PEP 508 specifications.
33
build-backend = "mesonpep517.buildapi"
44

55
[tool.mesonpep517.metadata]

0 commit comments

Comments
 (0)