diff mbox series

[meta-python,2/2] python3-pyzstd: Add ptest dependency on backports.zstd

Message ID 20251209225449.846352-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-backports-zstd: Add recipe | expand

Commit Message

Khem Raj Dec. 9, 2025, 10:54 p.m. UTC
This module is needed by ptests in 0.19+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"