summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-11-20 15:29:59 -0800
committerKhem Raj <raj.khem@gmail.com>2024-11-20 15:42:23 -0800
commitc554fca87bb50b5953719d7c834e325fb77e3292 (patch)
treef3a9deb8a9e9e701f04a9e9a6358d3cd0c255790
parent6da1cc531801e3fbd2001b4dd946996157cb5655 (diff)
downloadmeta-openembedded-c554fca87bb50b5953719d7c834e325fb77e3292.tar.gz
python3-yarl: Add missing ptest rdeps
Needs rich and colorsys modules Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb
index 17fbaa38bb..07dfe4b635 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb
@@ -24,8 +24,10 @@ RDEPENDS:${PN} = "\
24 24
25RDEPENDS:${PN}-ptest += " \ 25RDEPENDS:${PN}-ptest += " \
26 python3-hypothesis \ 26 python3-hypothesis \
27 python3-image \
27 python3-pytest \ 28 python3-pytest \
28 python3-pytest-codspeed \ 29 python3-pytest-codspeed \
30 python3-rich \
29 python3-unittest-automake-output \ 31 python3-unittest-automake-output \
30" 32"
31 33