diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:09 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:04 -0400 |
commit | f44917ea55891194798193e8e49dd7cce919bdd3 (patch) | |
tree | a90aac8f8a44dcf16102dd9f7a76288cb720acf6 | |
parent | d1e421ca0db05333ac68cd47826b3ca704f26b29 (diff) | |
download | guix-f44917ea55891194798193e8e49dd7cce919bdd3.tar.gz guix-f44917ea55891194798193e8e49dd7cce919bdd3.zip |
gnu: python2-flask-login: Remove package.
* gnu/packages/python-web.scm (python2-flask-login): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-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 5e6673b2c6..ec4c755f8b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3657,9 +3657,6 @@ handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.") (license license:expat))) -(define-public python2-flask-login - (package-with-python2 python-flask-login)) - (define-public python-oauth2client (package (name "python-oauth2client") |