diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-31 11:08:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-18 23:27:27 +0000 |
commit | 211e7c06b71d2dd63600067e9f5c7c510845736f (patch) | |
tree | 69ed05bc38ee619713ce5d34e8f8ba30ef14ded5 /meta/recipes-devtools/python | |
parent | fb2205b9193294f6018cfdc4f3a2264379fef6d9 (diff) | |
download | poky-211e7c06b71d2dd63600067e9f5c7c510845736f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-imagesize_1.2.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb b/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb new file mode 100644 index 0000000000..62dc226e9d --- /dev/null +++ b/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Parses image files’ header and return image size." | ||
2 | HOMEPAGE = "https://github.com/shibukawa/imagesize_py" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda" | ||
6 | |||
7 | SRC_URI[sha256sum] = "b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1" | ||
8 | |||
9 | inherit setuptools3 pypi | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||