diff mbox series

[meta-python] python3-soupsieve: Add missing rdep on python3-typing-extensions for ptests

Message ID 20250210232607.593305-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-soupsieve: Add missing rdep on python3-typing-extensions for ptests | expand

Commit Message

Khem Raj Feb. 10, 2025, 11:26 p.m. UTC
Fixes ptest runs
'E   ModuleNotFoundError: No module named '
                      "'typing_extensions'\n"

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
index dfcd9f4842..80596f6be8 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
@@ -18,6 +18,7 @@  RDEPENDS:${PN}:append:class-target = " \
 
 RDEPENDS:${PN}-ptest += " \
     python3-beautifulsoup4 \
+    python3-typing-extensions \
 "
 
 BBCLASSEXTEND = "native nativesdk"