From 0b5f2ba62c32ab23bda52e54df2d144fc270cf50 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Dec 2025 14:53:41 -0800 Subject: python3-pyzstd: Add ptest dependency on backports.zstd This module is needed by ptests in 0.19+ Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb b/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb index b41746dbae..31d3db3f00 100644 --- a/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb @@ -18,3 +18,5 @@ DEPENDS += "python3-hatch-vcs-native" do_configure:append:arm:toolchain-clang() { sed -i -e "s|'-flto'|''|" ${S}/setup.py } + +RDEPENDS:${PN}-ptest += "python3-backports-zstd" -- cgit v1.2.3-54-g00ecf