| Message ID | 20251209225449.846352-2-raj.khem@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,1/2] python3-backports-zstd: Add recipe | expand |
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"
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(+)