mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-3.12: Set python cpe-vendor.
Follow-up to 1343e56544.
* gnu/packages/python.scm (python-3.12): Set python as cpe-vendor.
[properties]: Add cpe-vendor.
Change-Id: Iefcc6f41acb0a2ae406b690c5d46f576d3946b64
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
66f134b636
commit
4540b7bb67
1 changed files with 2 additions and 1 deletions
|
|
@ -1465,7 +1465,8 @@ introspection capabilities; intuitive object orientation; natural
|
|||
expression of procedural code; full modularity, supporting hierarchical
|
||||
packages; exception-based error handling; and very high level dynamic
|
||||
data types.")
|
||||
(properties '((cpe-name . "python")))
|
||||
(properties '((cpe-name . "python")
|
||||
(cpe-vendor . "python")))
|
||||
(license license:psfl)))
|
||||
|
||||
;; Next 3.x version.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue