From 7de73cabe8812a07cd88fa38d29c121a994f8490 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 16 Sep 2021 14:38:08 +0200 Subject: 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. --- gnu/packages/python-web.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/python-web.scm') 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") -- cgit v1.2.3