diff mbox series

[meta-python,2/2] python3-yarl: Add missing ptest rdeps

Message ID 20241120234207.753368-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-marshmallow: Add missing ptest rdep on python3-zoneinfo | expand

Commit Message

Khem Raj Nov. 20, 2024, 11:42 p.m. UTC
Needs rich and colorsys modules

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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} = "\
 
 RDEPENDS:${PN}-ptest += " \
     python3-hypothesis \
+    python3-image \
     python3-pytest \
     python3-pytest-codspeed \
+    python3-rich \
     python3-unittest-automake-output \
 "