python.pkgs.cfn-lint: fix build

This commit is contained in:
Frederik Rietdijk 2020-06-11 10:49:49 +02:00
parent cc49cadbba
commit 19a6a3fc9f

View File

@ -12,6 +12,8 @@
, jsonschema
, pathlib2
, setuptools
, junit-xml
, networkx
}:
buildPythonPackage rec {
@ -32,6 +34,8 @@ buildPythonPackage rec {
jsonschema
pathlib2
setuptools
junit-xml
networkx
] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata importlib-resources ];
# No tests included in archive