mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'staging' into core-updates
This commit is contained in:
commit
b4d7689f92
51 changed files with 8273 additions and 5235 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue