gnu: python-pillow: Add cpe-name.
* gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name.
This commit is contained in:
parent
f22bc7a422
commit
d7085a3c50
@ -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"))))
|
||||
|
Loading…
Reference in New Issue
Block a user