Files
macports-ports/python/py-pdal-plugins/files/patch_pyproject_pybind11.diff
2024-06-06 20:20:06 -04:00

12 lines
386 B
Diff

--- pyproject.toml.orig 2022-11-09 13:37:21
+++ pyproject.toml 2024-06-06 09:27:33
@@ -45,7 +45,7 @@
changelog = "https://github.com/PDAL/python-plugins/blob/main/README.rst"
[build-system]
-requires = ["scikit-build-core", "numpy", "pybind11[global]"]
+requires = ["scikit-build-core", "numpy", "pybind11"]
build-backend = "scikit_build_core.build"
#[tool.scikit-build-core]