Add cmake as a python build dependancy
This commit is contained in:
parent
22556d7221
commit
c6de7d11e5
|
@ -47,7 +47,7 @@ doc = ["pelican", "docutils >=0.16", "markupsafe >= 2.0.0" ]
|
||||||
#doc = ["pelican", "doxygen"]
|
#doc = ["pelican", "doxygen"]
|
||||||
|
|
||||||
[build-system]
|
[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"
|
build-backend = "mesonpy"
|
||||||
|
|
||||||
[tool.cibuildwheel.linux]
|
[tool.cibuildwheel.linux]
|
||||||
|
|
Loading…
Reference in New Issue