me
/
guix
Archived
1
0
Fork 0

gnu: python2-openid: Fix package.

* gnu/packages/python-web (python2-openid)[arguments]: Disable tests.
master
Julien Lepiller 2019-03-04 21:21:00 +01:00
parent 1396837184
commit 9597c55005
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 3 additions and 1 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