summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-12-09 14:53:41 -0800
committerKhem Raj <raj.khem@gmail.com>2025-12-10 08:56:14 -0800
commit0b5f2ba62c32ab23bda52e54df2d144fc270cf50 (patch)
tree30b0714b08273a65b6ad720ff1d7e06cf148f150 /meta-python/recipes-devtools
parent332072205f3ea5dcefe72cc2fe89b2fdbf7ee330 (diff)
downloadmeta-openembedded-0b5f2ba62c32ab23bda52e54df2d144fc270cf50.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb2
1 files changed, 2 insertions, 0 deletions
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"
18do_configure:append:arm:toolchain-clang() { 18do_configure:append:arm:toolchain-clang() {
19 sed -i -e "s|'-flto'|''|" ${S}/setup.py 19 sed -i -e "s|'-flto'|''|" ${S}/setup.py
20} 20}
21
22RDEPENDS:${PN}-ptest += "python3-backports-zstd"