From: wangmy Date: Tue, 29 Mar 2022 00:54:00 +0000 (+0800) Subject: python3-imagesize: upgrade 1.2.0 -> 1.3.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab1439ec24077461c92d2d150131aee81b2cfe66;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-imagesize: upgrade 1.2.0 -> 1.3.0 Add dependency python3-xml. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb b/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb similarity index 71% rename from meta/recipes-devtools/python/python3-imagesize_1.2.0.bb rename to meta/recipes-devtools/python/python3-imagesize_1.3.0.bb index 62dc226e9d3..7d8eb80cf32 100644 --- a/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb +++ b/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb @@ -4,8 +4,10 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda" -SRC_URI[sha256sum] = "b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1" +SRC_URI[sha256sum] = "cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" inherit setuptools3 pypi BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} = "python3-xml"