summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:08:57 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:59 +0100
commit90b6c3f4e6467a810c6001dcd46337e7c45491d8 (patch)
treec04d4643984e9700dc8fb425edd9666fa5a85261 /gnu/packages/python-web.scm
parent9a6dbaa5d41c8b908d15fcd5a4c54608c3ccfeb2 (diff)
gnu: Remove python2-openid.
* gnu/packages/python-web.scm (python2-openid): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8aeec661c00..df896158cbc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1437,29 +1437,6 @@ is Python’s.")
1437for clients and servers.") 1437for clients and servers.")
1438 (license license:asl2.0))) 1438 (license license:asl2.0)))
1439 1439
1440(define-public python2-openid
1441 (package
1442 (name "python2-openid")
1443 (version "2.2.5")
1444 (source
1445 (origin
1446 (method url-fetch)
1447 (uri (pypi-uri "python-openid" version))
1448 (sha256
1449 (base32
1450 "1vvhxlghjan01snfdc4k7ykd80vkyjgizwgg9bncnin8rqz1ricj"))))
1451 (build-system python-build-system)
1452 (arguments
1453 ;; Python 3 support is in `python3-openid`, a separate package.
1454 `(#:python ,python-2
1455 ;; Tests aren't initialized correctly.
1456 #:tests? #f))
1457 (home-page "https://github.com/openid/python-openid")
1458 (synopsis "OpenID support for servers and consumers")
1459 (description "This library provides OpenID authentication for Python, both
1460for clients and servers.")
1461 (license license:asl2.0)))
1462
1463(define-public python-cssutils 1440(define-public python-cssutils
1464 (package 1441 (package
1465 (name "python-cssutils") 1442 (name "python-cssutils")