1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

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 @@ 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.