python3Packages.pyorc: relax pybind11 to fix build

This commit is contained in:
Martin Joerg
2025-10-06 12:35:12 +00:00
parent a5bd48696a
commit 5dac2c0b55
@@ -22,6 +22,13 @@ buildPythonPackage rec {
hash = "sha256-2w3Qh6g+Yg+D10kTow9YR6B6FhQ+z2DvgDy5GtYxH4g=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail \
'"pybind11>2.6.0,<3.0"' \
'"pybind11>2.6.0"'
'';
build-system = [
pybind11
setuptools