python3-pyzstd: Remove setup.py tweak for lto/clang

This tweak was specific to clang-16, its no longer needed
moreover, setup.py is no longer there in latest 0.19.x
release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-12-09 16:43:18 -08:00
parent 07e4d9797b
commit d8e7190fd3
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"