mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
|
||||
, pandas
|
||||
, python
|
||||
, setuptools
|
||||
, isPy3k
|
||||
}:
|
||||
|
||||
@ -18,7 +19,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
propagatedBuildInputs = [numpy pandas];
|
||||
propagatedBuildInputs = [ numpy pandas setuptools ];
|
||||
|
||||
checkPhase = ''
|
||||
pytest $out/${python.sitePackages}
|
||||
|
Loading…
Reference in New Issue
Block a user