Merge pull request #174238 from r-ryantm/auto-update/python3.10-policyuniverse
python310Packages.policyuniverse: 1.5.0.20220426 -> 1.5.0.20220523
This commit is contained in:
commit
91cc08bfe1
@ -6,18 +6,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "policyuniverse";
|
||||
version = "1.5.0.20220426";
|
||||
version = "1.5.0.20220523";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-lOis0JE0XI43KsuGgpG20iBRPttVJvRS225PInu7EUM=";
|
||||
hash = "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…
Reference in New Issue
Block a user