11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "aws-cfn-template-flip";
22 hash = "sha256-lfhTR3+D1FvblhQGF83AB8+I8WDPBTmo+q22ksgDgt4=";
25 propagatedBuildInputs = [
36 sed -i "/--cov/d" tox.ini
40 # TypeError: load() missing 1 required positional argument: 'Loader'
41 "test_flip_to_yaml_with_longhand_functions"
42 "test_yaml_no_ordered_dict"
45 pythonImportsCheck = [
50 description = "Tool for converting AWS CloudFormation templates between JSON and YAML formats";
51 homepage = "https://github.com/awslabs/aws-cfn-template-flip";
52 license = licenses.asl20;
53 maintainers = with maintainers; [ kamadorueda psyanticy ];