diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:38:29 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:38 -0400 |
commit | c59edcc5ed822c8966443acf3eb9f63b1614dc27 (patch) | |
tree | 84fe5a89584ddc702a8e7808cb175ac031e6274e /gnu/packages/python-web.scm | |
parent | b827d0f7b3b7ec00406f8aa0ca4abc9e36a8da83 (diff) | |
download | guix-c59edcc5ed822c8966443acf3eb9f63b1614dc27.tar.gz |
gnu: Remove python2-oauth2client.
* gnu/packages/python-web.scm (python2-oauth2client): Delete variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 427994e22b..46d4ab105f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3880,9 +3880,6 @@ users' sessions over extended periods of time.") library for Python") (license license:asl2.0))) -(define-public python2-oauth2client - (package-with-python2 python-oauth2client)) - (define-public python-flask-oidc (package (name "python-flask-oidc") |