~ruther/guix-local

4540b7bb679dd7ba9525a2c9745ce7275f457c4e — Hugo Buddelmeijer 6 months ago 66f134b
gnu: python-3.12: Set python cpe-vendor.

Follow-up to 1343e565442958c900601b4003f30371691cadf4.

* 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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 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.