me
/
guix
Archived
1
0
Fork 0

gnu: python-sqlparse: Specify CPE name.

* gnu/packages/databases.scm (python-sqlparse)[properties]: New field.
Marius Bakke 2022-01-11 16:49:47 +01:00
parent 8d5bdb93e2
commit 5b8af1a592
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -3685,7 +3685,8 @@ is designed to have a low barrier to entry.")
(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