pythonPackages.uproot: fix tests on python27

This commit is contained in:
Dmitry Kalinkin 2019-06-18 21:18:45 -04:00 committed by GitHub
parent 3c2fc5fe45
commit d56accc4f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{ lib, fetchPypi, buildPythonPackage
{ lib, fetchPypi, buildPythonPackage, isPy27
, awkward
, backports_lzma
, cachetools
, lz4
, pytestrunner
@ -30,7 +31,7 @@ buildPythonPackage rec {
pytest
requests
xxhash
];
] ++ lib.optional isPy27 backports_lzma;
propagatedBuildInputs = [
numpy