13 buildPythonPackage rec {
14 pname = "google-auth-httplib2";
18 inherit pname version;
19 sha256 = "sha256-oHw5/WMr7KzT8HcY39YCG/OWl48DrTzkMh0GABXMMKw=";
22 propagatedBuildInputs = [
35 description = "Google Authentication Library: httplib2 transport";
36 homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ SuperSandro2000 ];