From c6de7d11e5fe30bf53fc5f379d8c1e3a506ed70d Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Fri, 13 Oct 2023 22:22:42 +0100 Subject: [PATCH] Add cmake as a python build dependancy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3dac3562..b7353009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ doc = ["pelican", "docutils >=0.16", "markupsafe >= 2.0.0" ] #doc = ["pelican", "doxygen"] [build-system] -requires = ["setuptools", "pdm-backend", "meson @ git+https://github.com/robtaylor/meson@mac-homebrew", "ninja", "meson-python == 0.13.2"] +requires = ["setuptools", "pdm-backend", "meson @ git+https://github.com/robtaylor/meson@mac-homebrew", "ninja", "meson-python == 0.13.2", "cmake"] build-backend = "mesonpy" [tool.cibuildwheel.linux]