blob: 2a92e61893ed9764e2fae2a012f0bf0e66899820 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "Fast, Extensible Progress Meter"
2HOMEPAGE = "http://tqdm.github.io/"
3SECTION = "devel/python"
4
5LICENSE = "MIT & MPL-2.0"
Andrew Geissler5082cc72023-09-11 08:41:39 -04006LIC_FILES_CHKSUM = "file://LICENCE;md5=bb3c087935ebba37cad180364cb0850c"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007
Andrew Geissler5082cc72023-09-11 08:41:39 -04008SRC_URI[sha256sum] = "d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009
10inherit pypi python_setuptools_build_meta
11
12DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
13
14RDEPENDS:${PN} += " \
15 python3-logging \
16 python3-numbers \
17"
18
19BBCLASSEXTEND = "native nativesdk"