gnu: python-pillow: Add cpe-name.

* gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name.
This commit is contained in:
Efraim Flashner 2022-01-23 20:14:43 +02:00
parent f22bc7a422
commit d7085a3c50
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -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"))))