python3Packages.xarray: fix build

This commit is contained in:
Robert Schütz 2021-03-22 14:33:25 +01:00
parent feda7be375
commit 91c66aceb6
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
, pandas
, setuptools
, isPy3k
, setuptools-scm
}:
buildPythonPackage rec {
@ -18,6 +19,7 @@ buildPythonPackage rec {
sha256 = "sha256-OOhDnWyRvNW3wPyjSdr44GQ6xohQyYcmLVNSbp19AeQ=";
};
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ numpy pandas setuptools ];
checkInputs = [ pytestCheckHook ];