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:
Khem Raj
2025-02-10 15:25:00 -08:00
parent c91033bdc0
commit 40682626c3

View File

@@ -18,6 +18,7 @@ RDEPENDS:${PN}:append:class-target = " \
RDEPENDS:${PN}-ptest += " \
python3-beautifulsoup4 \
python3-typing-extensions \
"
BBCLASSEXTEND = "native nativesdk"