mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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:
parent
87b872d5c5
commit
1f2ea75aed
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue