mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-10 10:09:42 +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} += "\
|
||||
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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user