diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:37 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:04 -0400 |
commit | bce0165f7c818a2c2764ee1a12e1b3a4b642e0ad (patch) | |
tree | 1f8db996e352aeda6044c7d4cf89048baf65d8ee /gnu | |
parent | 7502c13895b9f1548106dfa2323a4143d2dc91b3 (diff) |
gnu: python2-flask: Remove package.
* gnu/packages/python-web.scm (python2-flask): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu')
-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 64170d4f45..6b57af18a3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2932,9 +2932,6 @@ and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to use a particular tool or library.") (license license:bsd-3))) -(define-public python2-flask - (package-with-python2 python-flask)) - (define-public python-flask-wtf (package (name "python-flask-wtf") |