python3Packages.mpi4py: cleanup inputs and meta data

This commit is contained in:
Markus Kowalewski 2022-11-05 14:14:30 +01:00
parent 4ab518fd62
commit 751f0f8316
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -41,11 +41,13 @@ buildPythonPackage rec {
setupPyBuildFlags = ["--mpicc=${mpi}/bin/mpicc"];
nativeBuildInputs = [ mpi openssh ];
nativeBuildInputs = [ mpi ];
checkInputs = [ openssh ];
meta = with lib; {
description = "Python bindings for the Message Passing Interface standard";
homepage = "https://bitbucket.org/mpi4py/mpi4py/";
license = licenses.bsd3;
homepage = "https://github.com/mpi4py/mpi4py";
license = licenses.bsd2;
};
}