mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 00:04:14 +00:00
Merge pull request #117229 from dotlambda/xarray-fix
[staging-next] python3Packages.xarray: fix build
This commit is contained in:
commit
67567819b3
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user