diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-09-12 20:07:37 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-14 23:12:56 +0100 |
| commit | 1343e565442958c900601b4003f30371691cadf4 (patch) | |
| tree | e6125f37580a55d75e138177fea1cbfe633a79ee /gnu/packages/python.scm | |
| parent | 779d19766d27b18341b51cb45da7697acba03e74 (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.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 97da50e5cd6..c0b6691ebea 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -448,7 +448,8 @@ introspection capabilities; intuitive object orientation; natural | |||
| 448 | expression of procedural code; full modularity, supporting hierarchical | 448 | expression of procedural code; full modularity, supporting hierarchical |
| 449 | packages; exception-based error handling; and very high level dynamic | 449 | packages; exception-based error handling; and very high level dynamic |
| 450 | data types.") | 450 | data types.") |
| 451 | (properties '((cpe-name . "python"))) | 451 | (properties '((cpe-name . "python") |
| 452 | (cpe-vendor . "python"))) | ||
| 452 | (license license:psfl))) | 453 | (license license:psfl))) |
| 453 | 454 | ||
| 454 | ;; Current 2.x version. | 455 | ;; Current 2.x version. |
