From cb13618b6d2293e39ab4722d541dd8720e4d1812 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 18 Jun 2019 21:01:54 +0300 Subject: gnu: python2: Add 'cpe-name' property. * gnu/packages/python.scm (python2)[properties]: New field. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 11f3aacf00..aa92e82ac2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -261,6 +261,7 @@ (define-public python-2.7 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. -- cgit v1.2.3