Loading pkgs/development/python-modules/policyuniverse/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -7,17 +7,21 @@ buildPythonPackage rec { pname = "policyuniverse"; version = "1.5.0.20220523"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; sha256 = "sha256-gmcF8KdwGLMU5g1NYgxLKgBLk1yJrWi/dpVETDaY0Vo="; has = "sha256-gmcF8KdwGLMU5g1NYgxLKgBLk1yJrWi/dpVETDaY0Vo="; }; # Tests are not shipped and there are no GitHub tags doCheck = false; pythonImportsCheck = [ "policyuniverse" ]; pythonImportsCheck = [ "policyuniverse" ]; meta = with lib; { description = "Parse and Process AWS IAM Policies, Statements, ARNs and wildcards"; Loading Loading
pkgs/development/python-modules/policyuniverse/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -7,17 +7,21 @@ buildPythonPackage rec { pname = "policyuniverse"; version = "1.5.0.20220523"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; sha256 = "sha256-gmcF8KdwGLMU5g1NYgxLKgBLk1yJrWi/dpVETDaY0Vo="; has = "sha256-gmcF8KdwGLMU5g1NYgxLKgBLk1yJrWi/dpVETDaY0Vo="; }; # Tests are not shipped and there are no GitHub tags doCheck = false; pythonImportsCheck = [ "policyuniverse" ]; pythonImportsCheck = [ "policyuniverse" ]; meta = with lib; { description = "Parse and Process AWS IAM Policies, Statements, ARNs and wildcards"; Loading