diff mbox series

[meta-python,6/9] python3-typer: Add missing rdeps for ptests

Message ID 20251119041235.2448193-6-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/9] python3-pytest-asyncio: Upgrade to 1.3.0 | expand

Commit Message

Khem Raj Nov. 19, 2025, 4:12 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-typer_0.20.0.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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} += "\
 "
 # python3-misc for webbrowser module
 RDEPENDS:${PN}-ptest += "\
+    python3-coverage \
+    python3-markdown-it-py \
     python3-misc \
     python3-mypy \
+    python3-pluggy \
     python3-pytest \
     python3-pytest-cov \
     python3-pytest-sugar \