From 1343e565442958c900601b4003f30371691cadf4 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Fri, 12 Sep 2025 20:07:37 +0200 Subject: [PATCH] gnu: python-2.7: Set python cpe-vendor. * gnu/packages/python.scm (python-2.7): Set python as cpe-vendor. [properties]: Add cpe-vendor. Closes: guix/guix#2660. Change-Id: Ief4cf1370eac4236823abd058659c840fa04486d Reviewed-by: Nicolas Graves Signed-off-by: Sharlatan Hellseher --- 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 97da50e5cd67ab3291497d6afa82b603e77dd930..c0b6691ebea369aee767bb5dfd130c3ae6f60fd5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -448,7 +448,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))) ;; Current 2.x version.