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 c0b6691ebea..17a45baccb3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -1465,7 +1465,8 @@ introspection capabilities; intuitive object orientation; natural | |||
| 1465 | expression of procedural code; full modularity, supporting hierarchical | 1465 | expression of procedural code; full modularity, supporting hierarchical |
| 1466 | packages; exception-based error handling; and very high level dynamic | 1466 | packages; exception-based error handling; and very high level dynamic |
| 1467 | data types.") | 1467 | data types.") |
| 1468 | (properties '((cpe-name . "python"))) | 1468 | (properties '((cpe-name . "python") |
| 1469 | (cpe-vendor . "python"))) | ||
| 1469 | (license license:psfl))) | 1470 | (license license:psfl))) |
| 1470 | 1471 | ||
| 1471 | ;; Next 3.x version. | 1472 | ;; Next 3.x version. |
