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