diff options
Diffstat (limited to 'gnu')
| -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 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. |
