guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: python2-sqlparse: Remove package.


From: guix-commits
Subject: 09/12: gnu: python2-sqlparse: Remove package.
Date: Tue, 29 Jun 2021 06:38:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1f2ea75aed4d58d21214234317c5e420abd91309
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Jun 23 17:52:29 2021 +0200

    gnu: python2-sqlparse: Remove package.
    
    * gnu/packages/databases.scm (python2-sqlparse): Remove variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/databases.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index b651ced..65660fb 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3605,9 +3605,6 @@ is designed to have a low barrier to entry.")
 provides support for parsing, splitting and formatting SQL statements.")
     (license license:bsd-3)))
 
-(define-public python2-sqlparse
-  (package-with-python2 python-sqlparse))
-
 (define-public python-sql
   (package
     (name "python-sql")



reply via email to

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