From d22745d0e2873fa2174e7547d410578fbf13edbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 17 Jan 2026 16:46:52 +0100 Subject: [PATCH] python3Packages.h5py: remove superfluous pythonOlder --- pkgs/development/python-modules/h5py/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/h5py/default.nix b/pkgs/development/python-modules/h5py/default.nix index 28f5609fd34c..9e58d5641a00 100644 --- a/pkgs/development/python-modules/h5py/default.nix +++ b/pkgs/development/python-modules/h5py/default.nix @@ -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