mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
python3-imagesize: upgrade 1.3.0 -> 1.4.1
(From OE-Core rev: 37279c52f3175c78ea27f4e55dc511ee3c30a5f6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
13
meta/recipes-devtools/python/python3-imagesize_1.4.1.bb
Normal file
13
meta/recipes-devtools/python/python3-imagesize_1.4.1.bb
Normal file
@@ -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] = "69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} = "python3-xml"
|
||||
Reference in New Issue
Block a user