9 buildPythonPackage rec {
10 pname = "python3-openid";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "1bxf9a3ny1js422j962zfzl4a9dhj192pvai05whn7j0iy9gdyrk";
19 propagatedBuildInputs = [ defusedxml ];
26 description = "OpenID support for modern servers and consumers";
27 homepage = "https://github.com/necaris/python3-openid";
28 license = licenses.asl20;