1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 sha256 = "1qvi79kfb8x9kxkm5lw2mp42hm82cpps1xknmsb5ghkwx1lpc8kc";
13 propagatedBuildInputs = [ requests ];
15 checkInputs = [ mock ];
18 description = "Python library for the BrowserID Protocol";
19 homepage = "https://github.com/mozilla/PyBrowserID";
20 license = licenses.mpl20;
21 maintainers = with maintainers; [ ];