mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
python3-typer: Move ptest rdeps to ptest package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -24,18 +24,17 @@ PYPI_PACKAGE = "typer"
|
|||||||
|
|
||||||
RDEPENDS:${PN} += "\
|
RDEPENDS:${PN} += "\
|
||||||
python3-click \
|
python3-click \
|
||||||
python3-rich \
|
|
||||||
python3-shellingham \
|
|
||||||
python3-typing-extensions \
|
python3-typing-extensions \
|
||||||
"
|
"
|
||||||
# python3-misc for webbrowser module
|
# python3-misc for webbrowser module
|
||||||
RDEPENDS:${PN}-ptest += "\
|
RDEPENDS:${PN}-ptest += "\
|
||||||
python3-coverage \
|
|
||||||
python3-misc \
|
python3-misc \
|
||||||
python3-mypy \
|
python3-mypy \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
python3-pytest-cov \
|
python3-pytest-cov \
|
||||||
python3-pytest-xdist \
|
python3-pytest-xdist \
|
||||||
|
python3-rich \
|
||||||
|
python3-shellingham \
|
||||||
python3-toml \
|
python3-toml \
|
||||||
python3-unittest-automake-output \
|
python3-unittest-automake-output \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user