11 buildPythonPackage rec {
12 pname = "google-auth-oauthlib";
16 inherit pname version;
17 sha256 = "sha256-CYMsbnUDL5OBjt8a/+R0YSHWQMYlpb75tclq9nbpju4=";
20 propagatedBuildInputs = [
32 description = "Google Authentication Library: oauthlib integration";
33 homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ SuperSandro2000 terlar ];