diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:06 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:33:20 -0400 |
commit | d20198347510094c809fb16f04181ae67b50a924 (patch) | |
tree | fa6a33960c6b5d8f3d4aaa5293e88f516159e496 /gnu | |
parent | b5bae212d64480641231dff35099f798a861888f (diff) |
gnu: python2-flask-wtf: Remove package.
* gnu/packages/python-web.scm (python2-flask-wtf): 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 0f67046f75..119d3aa0a9 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2970,9 +2970,6 @@ presume or force a developer to use a particular tool or library.") upload, and reCAPTCHA.") (license license:bsd-3))) -(define-public python2-flask-wtf - (package-with-python2 python-flask-wtf)) - (define-public python-flask-multistatic (package (name "python-flask-multistatic") |