summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb
new file mode 100644
index 0000000000..1637021999
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Fast, Extensible Progress Meter"
2HOMEPAGE = "https://tqdm.github.io/"
3SECTION = "devel/python"
4
5LICENSE = "MIT & MPL-2.0"
6LIC_FILES_CHKSUM = "file://LICENCE;md5=9a9bed097dea538bf341c8623c8f8852"
7
8SRC_URI[sha256sum] = "7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb"
9
10CVE_PRODUCT = "tqdm"
11
12inherit pypi python_setuptools_build_meta
13
14DEPENDS += "python3-setuptools-scm-native"
15
16RDEPENDS:${PN} += " \
17 python3-logging \
18 python3-numbers \
19"
20
21BBCLASSEXTEND = "native nativesdk"