pythonPackages.meep: remove openssh from checkInputs

Is taken care of by mpiCheckPhaseHook
This commit is contained in:
Markus Kowalewski
2024-10-26 17:49:49 +02:00
parent fb9bbbf9f0
commit b8b2c84dda
@@ -18,7 +18,6 @@
harminv,
libctl,
libGDSII,
openssh,
guile,
python,
numpy,
@@ -125,7 +124,6 @@ buildPythonPackage rec {
doCheck = true;
nativeCheckInputs = [
mpiCheckPhaseHook
openssh
];
checkPhase = ''
runHook preCheck