aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-09-16 14:38:08 +0200
committerMarius Bakke <marius@gnu.org>2021-09-16 23:26:58 +0200
commit7de73cabe8812a07cd88fa38d29c121a994f8490 (patch)
treec36dd84b07b122f1fc0deb8bc7417f44dc747dcd
parent11845c3a276490b04c2b90202416c29b2edee419 (diff)
downloadguix-7de73cabe8812a07cd88fa38d29c121a994f8490.tar
guix-7de73cabe8812a07cd88fa38d29c121a994f8490.tar.gz
gnu: Remove python2-wtforms.
This trivial package currently fails to build and has no users in Guix. * gnu/packages/python-web.scm (python2-wtforms): Remove variable.
-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 e1742cf71b..302e5d6459 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4191,9 +4191,6 @@ for Python web development. It is very similar to the web form API
available in Django, but is a standalone package.")
(license license:bsd-3)))
-(define-public python2-wtforms
- (package-with-python2 python-wtforms))
-
(define-public python-paste
(package
(name "python-paste")