gnu: python2-sqlparse: Remove package.

* gnu/packages/databases.scm (python2-sqlparse): Remove variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
zimoun 2021-06-23 17:52:29 +02:00 committed by Ludovic Courtès
parent 87b872d5c5
commit 1f2ea75aed
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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