gnu: python-pillow: Add cpe-name.
* gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name.master
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
|
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"))))
|
||||||
|
|
Reference in New Issue