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:
parent
11845c3a27
commit
7de73cabe8
1 changed files with 0 additions and 3 deletions
|
@ -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.")
|
available in Django, but is a standalone package.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-wtforms
|
|
||||||
(package-with-python2 python-wtforms))
|
|
||||||
|
|
||||||
(define-public python-paste
|
(define-public python-paste
|
||||||
(package
|
(package
|
||||||
(name "python-paste")
|
(name "python-paste")
|
||||||
|
|
Reference in a new issue