mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: sqlparse: Add bash-minimal to inputs.
* gnu/packages/databases.scm (sqlparse) [inputs]: New field. Change-Id: Idb5ad3f056236104ac93b21b65e9cf96960c6be7
This commit is contained in:
parent
9eff57e373
commit
8c95b47175
1 changed files with 2 additions and 2 deletions
|
@ -4508,8 +4508,8 @@ (define-public python-sqlparse
|
||||||
,(map (lambda (output)
|
,(map (lambda (output)
|
||||||
(string-append output sitedir))
|
(string-append output sitedir))
|
||||||
(list python out))))))))))
|
(list python out))))))))))
|
||||||
(native-inputs
|
(native-inputs (list python-pytest))
|
||||||
(list python-pytest))
|
(inputs (list bash-minimal))
|
||||||
(home-page "https://github.com/andialbrecht/sqlparse")
|
(home-page "https://github.com/andialbrecht/sqlparse")
|
||||||
(synopsis "Non-validating SQL parser")
|
(synopsis "Non-validating SQL parser")
|
||||||
(description "Sqlparse is a non-validating SQL parser for Python. It
|
(description "Sqlparse is a non-validating SQL parser for Python. It
|
||||||
|
|
Loading…
Reference in a new issue