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 31d3db3f00..baaab182d5 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 @@ -14,9 +14,4 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest python_hatchling DEPENDS += "python3-hatch-vcs-native" -# clang-16 with -flto segfaults on arm, therefore ignore flto for now -do_configure:append:arm:toolchain-clang() { - sed -i -e "s|'-flto'|''|" ${S}/setup.py -} - RDEPENDS:${PN}-ptest += "python3-backports-zstd"