From 40682626c3b391781b2bd54f862bf903eaa985db Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 10 Feb 2025 15:25:00 -0800 Subject: 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 --- meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') 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" -- cgit v1.2.3-54-g00ecf