summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-03-29 08:54:00 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-30 13:05:55 +0100
commitab1439ec24077461c92d2d150131aee81b2cfe66 (patch)
tree4f75ae7b31776dd4d9f2678188e57073b7ba3927 /meta/recipes-devtools/python/python3-imagesize_1.3.0.bb
parent56702a6c8e066d3730dd336eeb98d10534226601 (diff)
downloadopenembedded-core-contrib-ab1439ec24077461c92d2d150131aee81b2cfe66.tar.gz
python3-imagesize: upgrade 1.2.0 -> 1.3.0
Add dependency python3-xml. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-imagesize_1.3.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-imagesize_1.3.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb b/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb
new file mode 100644
index 0000000000..7d8eb80cf3
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Parses image files’ header and return image size."
+HOMEPAGE = "https://github.com/shibukawa/imagesize_py"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda"
+
+SRC_URI[sha256sum] = "cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d"
+
+inherit setuptools3 pypi
+
+BBCLASSEXTEND = "native nativesdk"
+
+RDEPENDS:${PN} = "python3-xml"