mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 14:27:38 +00:00
b53f68656e
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
32 lines
784 B
BlitzBasic
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] = "8d51894abb38355bf14881088bb97f01fe4cb5b14ebe22f66d6297668c7e1a74"
|
|
|
|
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 \
|
|
"
|