guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: Remove python2-wtforms.


From: guix-commits
Subject: 03/05: gnu: Remove python2-wtforms.
Date: Thu, 16 Sep 2021 17:27:43 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7de73cabe8812a07cd88fa38d29c121a994f8490
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 16 14:38:08 2021 +0200

    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(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e1742cf..302e5d6 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]