python3Packages.xarray: add setuptools to propagatedBuildInputs

This package has been required since 0.15.1.
This commit is contained in:
Josh Holland 2020-07-09 12:12:49 +01:00 committed by Frederik Rietdijk
parent 7888f8c451
commit a96c2a3c3a

View File

@ -5,6 +5,7 @@
, numpy , numpy
, pandas , pandas
, python , python
, setuptools
, isPy3k , isPy3k
}: }:
@ -18,7 +19,7 @@ buildPythonPackage rec {
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];
propagatedBuildInputs = [numpy pandas]; propagatedBuildInputs = [ numpy pandas setuptools ];
checkPhase = '' checkPhase = ''
pytest $out/${python.sitePackages} pytest $out/${python.sitePackages}