python.pkgs.cfn-lint: fix build
This commit is contained in:
parent
cc49cadbba
commit
19a6a3fc9f
@ -12,6 +12,8 @@
|
|||||||
, jsonschema
|
, jsonschema
|
||||||
, pathlib2
|
, pathlib2
|
||||||
, setuptools
|
, setuptools
|
||||||
|
, junit-xml
|
||||||
|
, networkx
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -32,6 +34,8 @@ buildPythonPackage rec {
|
|||||||
jsonschema
|
jsonschema
|
||||||
pathlib2
|
pathlib2
|
||||||
setuptools
|
setuptools
|
||||||
|
junit-xml
|
||||||
|
networkx
|
||||||
] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata importlib-resources ];
|
] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata importlib-resources ];
|
||||||
|
|
||||||
# No tests included in archive
|
# No tests included in archive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user