mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-02 22:30:26 +00:00
python3-imageio: Upgrade 2.11.0 -> 2.11.1
Upgrade to release 2.11.1: - Fix BytesIO regression for legacy pillow Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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=7b9bbbb543b6af3e6b53f9b7fb68f71d"
|
||||
|
||||
|
||||
SRC_URI[sha256sum] = "73e53bbf21777173232cd7a1c66361516b58cd09d4828a10dcfe83bb14c2b187"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} = "python3-numpy python3-pillow"
|
||||
Reference in New Issue
Block a user