From d7085a3c5001635ec2f63dabdd970ecf7d64a3f8 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 23 Jan 2022 20:14:43 +0200 Subject: 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")))) -- cgit v1.2.3