me
/
guix
Archived
1
0
Fork 0

gnu: python-pillow: Add cpe-name.

* gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name.
master
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
1 changed files with 2 additions and 1 deletions

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