summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-02-10 15:25:00 -0800
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:08 -0800
commit40682626c3b391781b2bd54f862bf903eaa985db (patch)
tree8bb4bd6e896291dd60e9b59a380422eae61f3958 /meta-python
parentc91033bdc08390d332cae76d9bffc6ff27a71be0 (diff)
downloadmeta-openembedded-40682626c3b391781b2bd54f862bf903eaa985db.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb1
1 files changed, 1 insertions, 0 deletions
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 = " \
18 18
19RDEPENDS:${PN}-ptest += " \ 19RDEPENDS:${PN}-ptest += " \
20 python3-beautifulsoup4 \ 20 python3-beautifulsoup4 \
21 python3-typing-extensions \
21" 22"
22 23
23BBCLASSEXTEND = "native nativesdk" 24BBCLASSEXTEND = "native nativesdk"