diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:01 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:59 +0100 |
commit | 4f622133be7f6aab826de25f6c45e3a2fddaa588 (patch) | |
tree | 7ebdde5a1fbb71550600ce8447d63e7a17cf8343 | |
parent | 8fcc76b3e59fd40a738bf80ef0e94c6018720a50 (diff) | |
download | guix-4f622133be7f6aab826de25f6c45e3a2fddaa588.tar guix-4f622133be7f6aab826de25f6c45e3a2fddaa588.tar.gz |
gnu: Remove python2-openid-cla.
* gnu/packages/python-web.scm (python2-openid-cla): 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 3fac84d129..cc15b2f5df 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1567,9 +1567,6 @@ Databricks REST APIs.") contributor license agreement extension for python-openid.") (license license:bsd-3))) -(define-public python2-openid-cla - (package-with-python2 python-openid-cla)) - (define-public python-openid-teams (package (name "python-openid-teams") |