gnu: python2: Add 'cpe-name' property.

* gnu/packages/python.scm (python2)[properties]: New field.
master
Efraim Flashner 2019-06-18 21:01:54 +03:00
parent e27ae2db00
commit cb13618b6d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,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.