pkgs.development.python-modules: remove unused args

This commit is contained in:
Markus S. Wamser
2021-11-13 13:43:29 +01:00
parent 594fa6aea6
commit 9b001407a1
12 changed files with 9 additions and 20 deletions
@@ -1,5 +1,5 @@
{ lib, fetchPypi, isPy27, python, buildPythonPackage, pythonOlder
, numpy, hdf5, cython, six, pkgconfig, unittest2, fetchpatch
{ lib, fetchPypi, isPy27, buildPythonPackage, pythonOlder
, numpy, hdf5, cython, six, pkgconfig, unittest2
, mpi4py ? null, openssh, pytestCheckHook, cached-property }:
assert hdf5.mpiSupport -> mpi4py != null && hdf5.mpi == mpi4py.mpi;