diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-12 18:59:33 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:33 -0700 |
| commit | ac23a9f78e8977d4107db03784e8758f3465bf82 (patch) | |
| tree | 566eef18a6a352eb008413158b75e4a84ce1fbfc /meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb | |
| parent | fd40cda1b2dd4bd051a27118157c86c5cf89bc2f (diff) | |
| download | meta-openembedded-ac23a9f78e8977d4107db03784e8758f3465bf82.tar.gz | |
python3-tqdm: upgrade 4.67.2 -> 4.67.3
Changelog:
fix py3.7 dependencies
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "Fast, Extensible Progress Meter" | ||
| 2 | HOMEPAGE = "https://tqdm.github.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT & MPL-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=9a9bed097dea538bf341c8623c8f8852" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb" | ||
| 9 | |||
| 10 | CVE_PRODUCT = "tqdm" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta | ||
| 13 | |||
| 14 | DEPENDS += "python3-setuptools-scm-native" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-logging \ | ||
| 18 | python3-numbers \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
