summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-09-12 20:07:37 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-14 23:12:56 +0100
commit1343e565442958c900601b4003f30371691cadf4 (patch)
treee6125f37580a55d75e138177fea1cbfe633a79ee /gnu/packages/python.scm
parent779d19766d27b18341b51cb45da7697acba03e74 (diff)
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 <ngraves@ngraves.fr> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 97da50e5cd..c0b6691ebe 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.