summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:09:02 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:59 +0100
commit6e618362f5ac87b4750ed02393c8348c922a1ee5 (patch)
tree04e1460ca85ed9e2441012660bb24de6ccbb710c /gnu/packages/python-web.scm
parent4f622133be7f6aab826de25f6c45e3a2fddaa588 (diff)
downloadguix-patches-6e618362f5ac87b4750ed02393c8348c922a1ee5.tar
guix-patches-6e618362f5ac87b4750ed02393c8348c922a1ee5.tar.gz
gnu: Remove python2-openid-teams.
* gnu/packages/python-web.scm (python2-openid-teams): 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.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cc15b2f5df..e2750aea6a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1587,9 +1587,6 @@ contributor license agreement extension for python-openid.")
teams extension for python-openid.")
(license license:bsd-3)))
-(define-public python2-openid-teams
- (package-with-python2 python-openid-teams))
-
(define-public python-priority
(package
(name "python-priority")