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 ];
meta = {
description = "
Provides Python bindings for the Message Passing Interface standard.
";
description =
"Provides Python bindings for the Message Passing Interface standard";
homepage = "http://code.google.com/p/mpi4py/";
license = stdenv.lib.licenses.bsd3;
};