mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
python3-imageio: Upgrade 2.37.3 -> 2.37.4
Upgrade to release 2.37.4: - Set filename parameter of FileNotFoundError exception - Fix typos in docstrings and comments Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
SUMMARY = "Python library that provides an easy interface to read and \
|
||||
write a wide range of image data, including animated images, video, \
|
||||
volumetric data, and scientific formats."
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6c492278d46e42af592aa26d7cab1e54"
|
||||
|
||||
SRC_URI[sha256sum] = "e45cbc5e83502047fb138f7f585f7f105a136a57eea5f4b3cfc6ce1b52720bd3"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} = "python3-numpy python3-pillow"
|
||||
Reference in New Issue
Block a user