11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-WCAu0wM5fSkntGTcleJxS///haGw+Iv2jzrWOFnr5DU=";
27 propagatedBuildInputs = [
32 pythonRelaxDeps = [ "urllib3" ];
34 # upstream tests are not very comprehensive
37 pythonImportsCheck = [ "gpsoauth" ];
40 description = "Library for Google Play Services OAuth";
41 homepage = "https://github.com/simon-weber/gpsoauth";
42 license = licenses.mit;
43 maintainers = with maintainers; [ jgillich ];