13 buildPythonPackage rec {
14 pname = "google-cloud-iam";
18 inherit pname version;
19 sha256 = "d34604508e3e87b9161ccd5ff29474867ac91ffb8d29e1a2fc9ff0e26d934b73";
22 propagatedBuildInputs = [ google-api-core libcst proto-plus ];
24 checkInputs = [ mock pytestCheckHook pytest-asyncio ];
26 pythonImportsCheck = [
27 "google.cloud.iam_credentials"
28 "google.cloud.iam_credentials_v1"
32 description = "IAM Service Account Credentials API client library";
33 homepage = "https://github.com/googleapis/python-iam";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ austinbutler SuperSandro2000 ];