python.pkgs.xarray: disable for python 2
0.12 no longer supports Python 2.
This commit is contained in:
parent
8ae35163f7
commit
0e998197cb
@ -26,6 +26,8 @@ buildPythonPackage rec {
|
||||
# There always seem to be broken tests...
|
||||
doCheck = false;
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
meta = {
|
||||
description = "N-D labeled arrays and datasets in Python";
|
||||
homepage = https://github.com/pydata/xarray;
|
||||
|
Loading…
Reference in New Issue
Block a user