diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-21 19:29:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-22 22:01:02 -0800 |
| commit | 0ee36e8e5a1fa8df3b1593ad582c69bb037339aa (patch) | |
| tree | eff53026603111a1e01a71cd5782227c7e803fd4 /meta-python/recipes-devtools/python/python3-py7zr_1.1.2.bb | |
| parent | a462432b6aa92c548e98766024439170484db495 (diff) | |
| download | meta-openembedded-0ee36e8e5a1fa8df3b1593ad582c69bb037339aa.tar.gz | |
python3-py7zr: upgrade 1.1.0 -> 1.1.2
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-py7zr_1.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-py7zr_1.1.2.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py7zr_1.1.2.bb b/meta-python/recipes-devtools/python/python3-py7zr_1.1.2.bb new file mode 100644 index 0000000000..5a0fe86ebd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-py7zr_1.1.2.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | SUMMARY = "Pure Python 7-zip library" | ||
| 2 | HOMEPAGE = "https://py7zr.readthedocs.io/en/latest/" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "2aee212c5516ddcbeb76874dc3ece38b4566fc003f51600032c723cfea89ac56" | ||
| 8 | |||
| 9 | CVE_PRODUCT = "py7zr" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | DEPENDS += " \ | ||
| 14 | python3-setuptools-scm-native \ | ||
| 15 | python3-toml-native \ | ||
| 16 | python3-wheel-native \ | ||
| 17 | python3-coherent-licensed-native \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS:${PN} += "\ | ||
| 21 | python3-pycryptodomex \ | ||
| 22 | python3-multivolumefile \ | ||
| 23 | python3-pybcj \ | ||
| 24 | python3-inflate64 \ | ||
| 25 | python3-pyppmd \ | ||
| 26 | python3-pyzstd \ | ||
| 27 | python3-brotli \ | ||
| 28 | python3-multiprocessing \ | ||
| 29 | python3-datetime \ | ||
| 30 | python3-core \ | ||
| 31 | python3-threading \ | ||
| 32 | " | ||
