diff options
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0e22c4a47c..8565e60f71 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -300,6 +300,7 @@ 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"))) (license license:psfl))) ;; Current 2.x version. |