mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Remove python2-openid.
* gnu/packages/python-web.scm (python2-openid): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
9a6dbaa5d4
commit
90b6c3f4e6
1 changed files with 0 additions and 23 deletions
|
@ -1437,29 +1437,6 @@ (define-public python-openid
|
|||
for clients and servers.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-openid
|
||||
(package
|
||||
(name "python2-openid")
|
||||
(version "2.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "python-openid" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vvhxlghjan01snfdc4k7ykd80vkyjgizwgg9bncnin8rqz1ricj"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; Python 3 support is in `python3-openid`, a separate package.
|
||||
`(#: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
|
||||
for clients and servers.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-cssutils
|
||||
(package
|
||||
(name "python-cssutils")
|
||||
|
|
Loading…
Reference in a new issue