From 53569401db6b5d565c3c96a44bcce14930cb6d4d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 18 Nov 2025 13:54:43 -0800 Subject: [PATCH] python3-typer: Add missing rdeps for ptests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-typer_0.20.0.bb | 3 +++ 1 file changed, 3 insertions(+) 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 \