forked from mirrors/nixpkgs
python3Packages.cfn-lint: fix build
This commit is contained in:
parent
c9cafbf56e
commit
68f4f8804d
|
@ -1,10 +1,13 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
, six
|
||||
, requests
|
||||
, aws-sam-translator
|
||||
, importlib-metadata
|
||||
, importlib-resources
|
||||
, jsonpatch
|
||||
, jsonschema
|
||||
, pathlib2
|
||||
|
@ -29,7 +32,7 @@ buildPythonPackage rec {
|
|||
jsonschema
|
||||
pathlib2
|
||||
setuptools
|
||||
];
|
||||
] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata importlib-resources ];
|
||||
|
||||
# No tests included in archive
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue