From 4540b7bb679dd7ba9525a2c9745ce7275f457c4e Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Mon, 15 Sep 2025 21:49:03 +0200 Subject: [PATCH] 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 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 c0b6691ebea..17a45baccb3 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.