11 buildPythonPackage rec {
12 pname = "oauth2client";
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6";
21 propagatedBuildInputs = [
30 description = "Client library for OAuth 2.0";
31 homepage = "https://github.com/google/oauth2client/";
32 license = licenses.asl20;