summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-11-21 21:41:32 -0800
committerKhem Raj <raj.khem@gmail.com>2024-11-22 08:23:47 -0800
commit2be9752124af5928b4122b527c418a4faa243ca6 (patch)
tree4ae6db41e18c23bf9d0e17958def511894e64119 /meta-python/recipes-devtools
parentc452799c4df849b3e573e9e4cb937ca7a474ec30 (diff)
downloadmeta-openembedded-2be9752124af5928b4122b527c418a4faa243ca6.tar.gz
python3-typer: Move ptest rdeps to ptest package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.13.1.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb b/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb
index 465d747829..e7879caafe 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb
@@ -24,18 +24,17 @@ PYPI_PACKAGE = "typer"
24 24
25RDEPENDS:${PN} += "\ 25RDEPENDS:${PN} += "\
26 python3-click \ 26 python3-click \
27 python3-rich \
28 python3-shellingham \
29 python3-typing-extensions \ 27 python3-typing-extensions \
30" 28"
31# python3-misc for webbrowser module 29# python3-misc for webbrowser module
32RDEPENDS:${PN}-ptest += "\ 30RDEPENDS:${PN}-ptest += "\
33 python3-coverage \
34 python3-misc \ 31 python3-misc \
35 python3-mypy \ 32 python3-mypy \
36 python3-pytest \ 33 python3-pytest \
37 python3-pytest-cov \ 34 python3-pytest-cov \
38 python3-pytest-xdist \ 35 python3-pytest-xdist \
36 python3-rich \
37 python3-shellingham \
39 python3-toml \ 38 python3-toml \
40 python3-unittest-automake-output \ 39 python3-unittest-automake-output \
41" 40"