python3-typer: Add missing rdeps for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-11-18 13:54:43 -08:00
parent d055504748
commit 53569401db
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 \