diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-10-22 19:42:45 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-10-22 19:56:45 -0700 |
commit | 210e12463231af19cec8008dc2043a9db4338ea9 (patch) | |
tree | acf34282ec8e3695205689d3170a8761d0c0ff4f /archivers/py-laszip/files/patch-pyproject.toml | |
parent | net-p2p/monero-cli: fix build on i386 (diff) |
archivers/py-laszip: New port: Bindings for LASzip made with pybind11
Diffstat (limited to 'archivers/py-laszip/files/patch-pyproject.toml')
-rw-r--r-- | archivers/py-laszip/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/py-laszip/files/patch-pyproject.toml b/archivers/py-laszip/files/patch-pyproject.toml new file mode 100644 index 000000000000..6067d1332a33 --- /dev/null +++ b/archivers/py-laszip/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2023-10-23 02:32:14 UTC ++++ pyproject.toml +@@ -1,8 +1,6 @@ + [build-system] + requires = [ + "scikit-build-core>=0.1.5", +- "cmake>=3.20", +- "ninja", + "pybind11>=2.10", + ] + build-backend = "scikit_build_core.build" |