summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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"