python3-pyzstd: Add ptest dependency on backports.zstd

This module is needed by ptests in 0.19+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-12-09 14:53:41 -08:00
parent 332072205f
commit 0b5f2ba62c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -18,3 +18,5 @@ DEPENDS += "python3-hatch-vcs-native"
do_configure:append:arm:toolchain-clang() { do_configure:append:arm:toolchain-clang() {
sed -i -e "s|'-flto'|''|" ${S}/setup.py sed -i -e "s|'-flto'|''|" ${S}/setup.py
} }
RDEPENDS:${PN}-ptest += "python3-backports-zstd"