Julien Lepiller writes: > * gnu/packages/python.scm (python-openid): New variable. [...] > +(define-public python-openid > + (package > + (name "python-openid") > + (version "3.0.10") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "python3-openid" version)) > + (sha256 > + (base32 > + "1x3nh3fycqfn43jp5j5pb4q4y2jxp4mdka4absaa3bc0078qd758")))) > + (build-system python-build-system) > + (home-page "https://github.com/necaris/python3-openid") > + (synopsis "OpenID support for servers and consumers") > + (description "This library provides OpenID authentication for Python, both > +for clients and servers.") > + (license license:asl2.0))) Hi Julien, This package has a runtime dependency on 'defusedxml' according to the setup.py file. It is currently silently failing its tests due to this, and a bug in python-build-system[0]. Could you look into packaging it and using it for this package? [0] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25177