summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb')
-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"