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.
This commit is contained in:
Marius Bakke 2021-09-16 14:38:08 +02:00
parent 11845c3a27
commit 7de73cabe8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4191,9 +4191,6 @@ (define-public python-wtforms
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")