python310Packages.pyprecice: remove whitespaces

This commit is contained in:
Fabian Affolter 2022-05-26 17:07:29 +02:00 committed by GitHub
parent d3a72e4b30
commit 03128a1f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
# Disable Test because everything depends on open mpi which requires network
doCheck = false;
# Do not use pythonImportsCheck because this will also initialize mpi which requires a network interface
meta = with lib; {