python.pkgs.cfn-lint: fix build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user