diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-09-15 21:49:03 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-17 22:49:34 +0100 |
| commit | 4540b7bb679dd7ba9525a2c9745ce7275f457c4e (patch) | |
| tree | a9d8aa7e6e35684b9de5484818768539daadf0be /gnu/packages/python.scm | |
| parent | 66f134b63678b05f8fe0a770310d14ab75d6a082 (diff) | |
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 <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 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. |
