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
, pandas
, python
, setuptools
, isPy3k
}:
@ -18,7 +19,7 @@ buildPythonPackage rec {
};
checkInputs = [ pytest ];
propagatedBuildInputs = [numpy pandas];
propagatedBuildInputs = [ numpy pandas setuptools ];
checkPhase = ''
pytest $out/${python.sitePackages}