summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-11-18 13:54:43 -0800
committerKhem Raj <raj.khem@gmail.com>2025-11-18 20:07:50 -0800
commit53569401db6b5d565c3c96a44bcce14930cb6d4d (patch)
tree2e0aa9dc0ed10129b2c649f33edd41d83d12f94a
parentd055504748e916a82667e9ab349c11c4e3294e5f (diff)
downloadmeta-openembedded-53569401db6b5d565c3c96a44bcce14930cb6d4d.tar.gz
python3-typer: Add missing rdeps for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.20.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.20.0.bb b/meta-python/recipes-devtools/python/python3-typer_0.20.0.bb
index db682c5d35..f6be56cde3 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.20.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.20.0.bb
@@ -23,8 +23,11 @@ RDEPENDS:${PN} += "\
23" 23"
24# python3-misc for webbrowser module 24# python3-misc for webbrowser module
25RDEPENDS:${PN}-ptest += "\ 25RDEPENDS:${PN}-ptest += "\
26 python3-coverage \
27 python3-markdown-it-py \
26 python3-misc \ 28 python3-misc \
27 python3-mypy \ 29 python3-mypy \
30 python3-pluggy \
28 python3-pytest \ 31 python3-pytest \
29 python3-pytest-cov \ 32 python3-pytest-cov \
30 python3-pytest-sugar \ 33 python3-pytest-sugar \