Ross Burton 7a24822d70
python3-py7zr: remove python3-pyzstd
This dependency was replaced with the standard compression.zstd module
in 1.1.0[1].

[1] ccf0def15e

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-03-27 09:09:04 -07:00

32 lines
784 B
BlitzBasic

SUMMARY = "Pure Python 7-zip library"
HOMEPAGE = "https://py7zr.readthedocs.io/en/latest/"
LICENSE = "LGPL-2.1-or-later"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
SRC_URI[sha256sum] = "2aee212c5516ddcbeb76874dc3ece38b4566fc003f51600032c723cfea89ac56"
CVE_PRODUCT = "py7zr"
inherit pypi python_setuptools_build_meta
DEPENDS += " \
python3-setuptools-scm-native \
python3-toml-native \
python3-wheel-native \
python3-coherent-licensed-native \
"
RDEPENDS:${PN} += "\
python3-pycryptodomex \
python3-multivolumefile \
python3-pybcj \
python3-inflate64 \
python3-pyppmd \
python3-brotli \
python3-multiprocessing \
python3-datetime \
python3-core \
python3-threading \
"