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

* gnu/packages/python.scm (python2)[properties]: New field.
This commit is contained in:
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

View file

@ -261,6 +261,7 @@ (define-public python-2.7
expression of procedural code; full modularity, supporting hierarchical expression of procedural code; full modularity, supporting hierarchical
packages; exception-based error handling; and very high level dynamic packages; exception-based error handling; and very high level dynamic
data types.") data types.")
(properties '((cpe-name . "python")))
(license license:psfl))) (license license:psfl)))
;; Current 2.x version. ;; Current 2.x version.