~ruther/guix-local

1343e565442958c900601b4003f30371691cadf4 — Hugo Buddelmeijer 6 months ago 779d197
gnu: python-2.7: Set python cpe-vendor.

* gnu/packages/python.scm (python-2.7): Set python as cpe-vendor.
[properties]: Add cpe-vendor.

Closes: guix/guix#2660.
Change-Id: Ief4cf1370eac4236823abd058659c840fa04486d
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 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.