python3Packages.xarray: add setuptools to propagatedBuildInputs
This package has been required since 0.15.1.
This commit is contained in:
parent
7888f8c451
commit
a96c2a3c3a
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user