diff options
Diffstat (limited to 'math/py-pdal/files/patch-pyproject.toml')
-rw-r--r-- | math/py-pdal/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-pdal/files/patch-pyproject.toml b/math/py-pdal/files/patch-pyproject.toml new file mode 100644 index 000000000000..3920ac230533 --- /dev/null +++ b/math/py-pdal/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-08-29 06:50:13 UTC ++++ pyproject.toml +@@ -48,7 +48,7 @@ changelog = "https://github.com/PDAL/python/blob/main/ + changelog = "https://github.com/PDAL/python/blob/main/README.rst" + + [build-system] +-requires = ["scikit-build-core >= 0.9", "numpy >= 1.22", "pybind11[global]"] ++requires = ["scikit-build-core >= 0.9", "numpy >= 1.22", "pybind11"] + build-backend = "scikit_build_core.build" + + |