summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-03-15 16:55:09 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-03-23 21:38:04 -0400
commitf44917ea55891194798193e8e49dd7cce919bdd3 (patch)
treea90aac8f8a44dcf16102dd9f7a76288cb720acf6 /gnu/packages/python-web.scm
parentd1e421ca0db05333ac68cd47826b3ca704f26b29 (diff)
downloadguix-patches-f44917ea55891194798193e8e49dd7cce919bdd3.tar
guix-patches-f44917ea55891194798193e8e49dd7cce919bdd3.tar.gz
gnu: python2-flask-login: Remove package.
* gnu/packages/python-web.scm (python2-flask-login): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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 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")