python3Packages.h5py: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:12 +01:00
parent 91d4eba909
commit d22745d0e2
@@ -2,7 +2,6 @@
lib,
fetchPypi,
buildPythonPackage,
pythonOlder,
setuptools,
numpy,
hdf5,
@@ -12,7 +11,6 @@
openssh,
pytestCheckHook,
pytest-mpi,
cached-property,
}:
assert hdf5.mpiSupport -> mpi4py != null && hdf5.mpi == mpi4py.mpi;
@@ -71,8 +69,7 @@ buildPythonPackage rec {
++ lib.optionals mpiSupport [
mpi4py
openssh
]
++ lib.optionals (pythonOlder "3.8") [ cached-property ];
];
nativeCheckInputs = [
pytestCheckHook