mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
python3-imagesize: Add new recipe
Needed for sphinx support. Based on a patch from Armin Kuster <akuster808@gmail.com> (From OE-Core rev: acec4a8cd3770a2242207b905716394ca8c5232f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
11
meta/recipes-devtools/python/python3-imagesize_1.2.0.bb
Normal file
11
meta/recipes-devtools/python/python3-imagesize_1.2.0.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
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] = "b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user