python3-typer: Move ptest rdeps to ptest package

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-11-21 21:41:32 -08:00
parent c452799c4d
commit 2be9752124
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -24,18 +24,17 @@ PYPI_PACKAGE = "typer"
RDEPENDS:${PN} += "\
python3-click \
python3-rich \
python3-shellingham \
python3-typing-extensions \
"
# python3-misc for webbrowser module
RDEPENDS:${PN}-ptest += "\
python3-coverage \
python3-misc \
python3-mypy \
python3-pytest \
python3-pytest-cov \
python3-pytest-xdist \
python3-rich \
python3-shellingham \
python3-toml \
python3-unittest-automake-output \
"