python3Packages.h5py: remove superfluous pythonOlder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user