summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-06-18 21:01:54 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-06-18 21:02:42 +0300
commitcb13618b6d2293e39ab4722d541dd8720e4d1812 (patch)
tree026fa89058e9ecf9b3143a62910adf0f4eca2357 /gnu/packages/python.scm
parente27ae2db008d081f2cfce14e14320b3b76a9fefb (diff)
downloadguix-patches-cb13618b6d2293e39ab4722d541dd8720e4d1812.tar
guix-patches-cb13618b6d2293e39ab4722d541dd8720e4d1812.tar.gz
gnu: python2: Add 'cpe-name' property.
* gnu/packages/python.scm (python2)[properties]: New field.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
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 @@ 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.