mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python2-openid: Fix package.
* gnu/packages/python-web (python2-openid)[arguments]: Disable tests.
This commit is contained in:
parent
1396837184
commit
9597c55005
1 changed files with 3 additions and 1 deletions
|
@ -600,7 +600,9 @@ (define-public python2-openid
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Python 3 support is in `python3-openid`, a separate package.
|
;; 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")
|
(home-page "https://github.com/openid/python-openid")
|
||||||
(synopsis "OpenID support for servers and consumers")
|
(synopsis "OpenID support for servers and consumers")
|
||||||
(description "This library provides OpenID authentication for Python, both
|
(description "This library provides OpenID authentication for Python, both
|
||||||
|
|
Loading…
Reference in a new issue