gnu: python-sqlparse: Specify CPE name.
* gnu/packages/databases.scm (python-sqlparse)[properties]: New field.
This commit is contained in:
parent
8d5bdb93e2
commit
5b8af1a592
1 changed files with 2 additions and 1 deletions
|
@ -3685,7 +3685,8 @@ (define-public python-sqlparse
|
|||
(synopsis "Non-validating SQL parser")
|
||||
(description "Sqlparse is a non-validating SQL parser for Python. It
|
||||
provides support for parsing, splitting and formatting SQL statements.")
|
||||
(license license:bsd-3)))
|
||||
(license license:bsd-3)
|
||||
(properties '((cpe-name . "sqlparse")))))
|
||||
|
||||
(define-public python-sql
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue