mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
332072205f
commit
0b5f2ba62c
|
|
@ -18,3 +18,5 @@ DEPENDS += "python3-hatch-vcs-native"
|
||||||
do_configure:append:arm:toolchain-clang() {
|
do_configure:append:arm:toolchain-clang() {
|
||||||
sed -i -e "s|'-flto'|''|" ${S}/setup.py
|
sed -i -e "s|'-flto'|''|" ${S}/setup.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RDEPENDS:${PN}-ptest += "python3-backports-zstd"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user