diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-23 20:14:43 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-23 22:24:06 +0200 |
commit | d7085a3c5001635ec2f63dabdd970ecf7d64a3f8 (patch) | |
tree | 3fe89b010dc207f4b4699aa26cfe53890fb6fad9 /gnu | |
parent | f22bc7a422d6e30870f6cf97c0336d1e90212a35 (diff) | |
download | guix-d7085a3c5001635ec2f63dabdd970ecf7d64a3f8.tar.gz |
gnu: python-pillow: Add cpe-name.
* gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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")))) |