guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4540b7bb679dd7ba9525a2c9745ce7275f457c4e
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Sep 15 21:49:03 2025 +0200

    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 <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c0b6691ebe..17a45baccb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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.

Reply via email to