7 buildPythonPackage rec {
8 pname = "python-oauth2";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "d7a8544927ac18215ba5317edd8f640a5f1f0593921bcf3ce862178312c8c9a4";
16 # attempts to run mysql
20 description = "Framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack";
21 homepage = "https://github.com/wndhydrnt/python-oauth2";
22 license = licenses.mit;