blob: 34c5a43028f522275715093a30720463a85c409d [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001DESCRIPTION = "Parses image files’ header and return image size."
2HOMEPAGE = "https://github.com/shibukawa/imagesize_py"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda"
6
Andrew Geissler615f2f12022-07-15 14:00:58 -05007SRC_URI[sha256sum] = "69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
Andrew Geissler9aee5002022-03-30 16:27:02 +00008
9inherit setuptools3 pypi
10
11BBCLASSEXTEND = "native nativesdk"
12
13RDEPENDS:${PN} = "python3-xml"