mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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)
|
||||
(string-append output sitedir))
|
||||
(list python out))))))))))
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(native-inputs (list python-pytest))
|
||||
(inputs (list bash-minimal))
|
||||
(home-page "https://github.com/andialbrecht/sqlparse")
|
||||
(synopsis "Non-validating SQL parser")
|
||||
(description "Sqlparse is a non-validating SQL parser for Python. It
|
||||
|
|
Loading…
Reference in a new issue