summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-06-03 23:37:41 -0700
committerKhem Raj <raj.khem@gmail.com>2025-06-03 23:39:12 -0700
commit54a6579eb06fef907996a8c497159cb73885a1d0 (patch)
tree75f69b3ae4d610db10639a0f1f1279c44166e60a
parent5602907c19794c8d027240f15377848e2c6389c2 (diff)
downloadmeta-openembedded-54a6579eb06fef907996a8c497159cb73885a1d0.tar.gz
python3-typer: Add missing ptest dep on pytest-sugar
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.16.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb b/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb
index 87e258ae1f..5295d2213e 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb
@@ -32,6 +32,7 @@ RDEPENDS:${PN}-ptest += "\
32 python3-mypy \ 32 python3-mypy \
33 python3-pytest \ 33 python3-pytest \
34 python3-pytest-cov \ 34 python3-pytest-cov \
35 python3-pytest-sugar \
35 python3-pytest-xdist \ 36 python3-pytest-xdist \
36 python3-rich \ 37 python3-rich \
37 python3-shellingham \ 38 python3-shellingham \