mpi4py: Adhere to package description convention

This commit is contained in:
Andreas Herrmann 2014-09-03 21:31:00 +02:00
parent 728793ef0b
commit f50c5602e9

View File

@ -46,9 +46,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ openssh ]; propagatedBuildInputs = [ openssh ];
meta = { meta = {
description = " description =
Provides Python bindings for the Message Passing Interface standard. "Provides Python bindings for the Message Passing Interface standard";
";
homepage = "http://code.google.com/p/mpi4py/"; homepage = "http://code.google.com/p/mpi4py/";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}; };