Archived
1
0
Fork 0

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 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 stored in a few basic pixel formats. It should provide a solid foundation for
a general image processing tool.") a general image processing tool.")
(properties `((python2-variant . ,(delay python2-pillow)))) (properties `((python2-variant . ,(delay python2-pillow))
(cpe-name . "pillow")))
(license (license:x11-style (license (license:x11-style
"http://www.pythonware.com/products/pil/license.htm" "http://www.pythonware.com/products/pil/license.htm"
"The PIL Software License")))) "The PIL Software License"))))