pythonPackages.awkward: disable arrow support

It appears that upstream doesn't want to support this anymore:
220bd8df4b
This commit is contained in:
Dmitry Kalinkin
2020-05-12 17:19:37 -04:00
parent f149c7030a
commit 2255919b89

View File

@@ -3,7 +3,6 @@
, fetchPypi
, numpy
, pandas
, pyarrow
, pytestrunner
, pytest
, h5py
@@ -19,7 +18,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ pytestrunner ];
checkInputs = [ pandas pyarrow pytest h5py ];
checkInputs = [ pandas pytest h5py ];
propagatedBuildInputs = [ numpy ];
checkPhase = ''