mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:29:12 +00:00
python3-typer: Move ptest rdeps to ptest package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c452799c4d
commit
2be9752124
@ -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 \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user