summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-imageio_2.10.3.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-11-17 13:35:25 +0200
committerKhem Raj <raj.khem@gmail.com>2021-11-19 08:30:36 -0800
commit7cb372ea992748a4419f8fb4203de74b08b23180 (patch)
tree76216f07ab4c9c467d0ce4ceb35c66302f3a7b45 /meta-python/recipes-devtools/python/python3-imageio_2.10.3.bb
parentb9387c9d70e628edff60b67473e1c23edd1b1012 (diff)
downloadmeta-openembedded-7cb372ea992748a4419f8fb4203de74b08b23180.tar.gz
python3-imageio: Upgrade 2.10.3 -> 2.10.5
Upgrade to release 2.10.5: - Resolve regression on imageJ TIFF hyperstacks - Consistently handle file opening/closing 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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-imageio_2.10.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-imageio_2.10.3.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.10.3.bb b/meta-python/recipes-devtools/python/python3-imageio_2.10.3.bb
deleted file mode 100644
index 16d815131a..0000000000
--- a/meta-python/recipes-devtools/python/python3-imageio_2.10.3.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1SUMMARY = "Python library that provides an easy interface to read and \
2write a wide range of image data, including animated images, video, \
3volumetric data, and scientific formats."
4SECTION = "devel/python"
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d"
7
8
9SRC_URI[sha256sum] = "469c59fe71c81cdc41c84f842d62dd2739a08fac8cb85f5a518a92a6227e2ed6"
10
11inherit pypi setuptools3
12
13RDEPENDS:${PN} = "python3-numpy python3-pillow"