python3-imagesize: upgrade 1.2.0 -> 1.3.0

Message ID 1648515240-20812-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit ab1439ec24077461c92d2d150131aee81b2cfe66
Headers show
Series python3-imagesize: upgrade 1.2.0 -> 1.3.0 | expand

Commit Message

Mingyu Wang (Fujitsu) March 29, 2022, 12:54 a.m. UTC
Add dependency python3-xml.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-imagesize_1.2.0.bb => python3-imagesize_1.3.0.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-imagesize_1.2.0.bb => python3-imagesize_1.3.0.bb} (71%)

Patch

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 62dc226e9d..7d8eb80cf3 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"