1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Hugo Buddelmeijer
2025-09-15 21:49:03 +02:00
committed by Sharlatan Hellseher
parent 66f134b636
commit 4540b7bb67

View File

@@ -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.