guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: python-pillow: Add cpe-name.


From: guix-commits
Subject: 01/04: gnu: python-pillow: Add cpe-name.
Date: Sun, 23 Jan 2022 15:33:50 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d7085a3c5001635ec2f63dabdd970ecf7d64a3f8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 23 20:14:43 2022 +0200

    gnu: python-pillow: Add cpe-name.
    
    * gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 668fa4e1eb..105a7aeb94 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7136,7 +7136,8 @@ efficient internal representation, and fairly powerful 
image processing
 capabilities.  The core image library is designed for fast access to data
 stored in a few basic pixel formats.  It should provide a solid foundation for
 a general image processing tool.")
-    (properties `((python2-variant . ,(delay python2-pillow))))
+    (properties `((python2-variant . ,(delay python2-pillow))
+                  (cpe-name . "pillow")))
     (license (license:x11-style
               "http://www.pythonware.com/products/pil/license.htm";
               "The PIL Software License"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]