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
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
1 changed files with 1 additions and 2 deletions

View File

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