summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-imagesize_1.3.0.bb (renamed from meta/recipes-devtools/python/python3-imagesize_1.2.0.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb b/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"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda" 5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda"
6 6
7SRC_URI[sha256sum] = "b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1" 7SRC_URI[sha256sum] = "cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d"
8 8
9inherit setuptools3 pypi 9inherit setuptools3 pypi
10 10
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12
13RDEPENDS:${PN} = "python3-xml"