diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:02 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:59 +0100 |
commit | 6e618362f5ac87b4750ed02393c8348c922a1ee5 (patch) | |
tree | 04e1460ca85ed9e2441012660bb24de6ccbb710c | |
parent | 4f622133be7f6aab826de25f6c45e3a2fddaa588 (diff) | |
download | guix-6e618362f5ac87b4750ed02393c8348c922a1ee5.tar guix-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>
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
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") |