pythonPackages.meep: remove openssh from checkInputs
Is taken care of by mpiCheckPhaseHook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user