6 buildPythonPackage rec {
7 pname = "python-oauth2";
11 inherit pname version;
12 sha256 = "d7a8544927ac18215ba5317edd8f640a5f1f0593921bcf3ce862178312c8c9a4";
14 # attempts to run mysql
18 description = "Framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack";
19 homepage = "https://github.com/wndhydrnt/python-oauth2";
20 license = licenses.mit;