Merge branch 'staging' into core-updates

This commit is contained in:
Marius Bakke 2019-03-04 23:05:01 +01:00
commit b4d7689f92
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
51 changed files with 8273 additions and 5235 deletions

View file

@ -600,7 +600,9 @@ for clients and servers.")
(build-system python-build-system)
(arguments
;; Python 3 support is in `python3-openid`, a separate package.
`(#:python ,python-2))
`(#:python ,python-2
;; Tests aren't initialized correctly.
#:tests? #f))
(home-page "https://github.com/openid/python-openid")
(synopsis "OpenID support for servers and consumers")
(description "This library provides OpenID authentication for Python, both