5 , google-api-python-client
15 buildPythonPackage rec {
16 pname = "oauthenticator";
18 format = "setuptools";
20 disabled = pythonOlder "3.6";
23 inherit pname version;
24 hash = "sha256-0dmHPJtm4a+XMpGWi5Vz0lN4vYxkfzDXO42PsnsaC4U=";
27 propagatedBuildInputs = [
32 google-api-python-client
42 # Tests are outdated, https://github.com/jupyterhub/oauthenticator/issues/432
47 pythonImportsCheck = [
52 description = "Authenticate JupyterHub users with common OAuth providers, including GitHub, Bitbucket, and more.";
53 homepage = "https://github.com/jupyterhub/oauthenticator";
54 license = licenses.bsd3;
55 maintainers = with maintainers; [ ixxie ];