mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
python3-soupsieve: Add missing rdep on python3-typing-extensions for ptests
Fixes ptest runs
'E ModuleNotFoundError: No module named '
"'typing_extensions'\n"
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@ RDEPENDS:${PN}:append:class-target = " \
|
|||||||
|
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
python3-beautifulsoup4 \
|
python3-beautifulsoup4 \
|
||||||
|
python3-typing-extensions \
|
||||||
"
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user