pythonPackages.uproot: fix tests on python27
This commit is contained in:
parent
3c2fc5fe45
commit
d56accc4f6
@ -1,5 +1,6 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage
|
{ lib, fetchPypi, buildPythonPackage, isPy27
|
||||||
, awkward
|
, awkward
|
||||||
|
, backports_lzma
|
||||||
, cachetools
|
, cachetools
|
||||||
, lz4
|
, lz4
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
@ -30,7 +31,7 @@ buildPythonPackage rec {
|
|||||||
pytest
|
pytest
|
||||||
requests
|
requests
|
||||||
xxhash
|
xxhash
|
||||||
];
|
] ++ lib.optional isPy27 backports_lzma;
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
numpy
|
numpy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user