18 buildPythonPackage rec {
23 inherit pname version;
24 sha256 = "b38f654450ec55f130c9414d457355d78030a2c29c5ad8f20b28304a9fc8fad7";
27 propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
32 pythonImportsCheck = [ "gpsoauth" ];
35 description = "A python client library for Google Play Services OAuth";
36 homepage = "https://github.com/simon-weber/gpsoauth";
37 license = licenses.mit;
38 maintainers = with maintainers; [ jgillich ];