1 { lib, isPy3k, buildPythonPackage, fetchPypi, defusedxml }:
3 buildPythonPackage rec {
4 pname = "python3-openid";
9 sha256 = "1bxf9a3ny1js422j962zfzl4a9dhj192pvai05whn7j0iy9gdyrk";
12 propagatedBuildInputs = [ defusedxml ];
19 description = "OpenID support for modern servers and consumers";
20 homepage = "https://github.com/necaris/python3-openid";
21 license = licenses.asl20;