diff mbox series

[meta-python,13/16] python3-wrapt: add python3-image for colorsys used by test_deferred_patching

Message ID 20260829001108.559544-13-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python,01/16] python3-bleak: fetch git tag with tests/ for ptest instead of PyPI sdist | expand

Commit Message

Khem Raj Aug. 29, 2026, 12:11 a.m. UTC
From: Khem Raj <raj.khem@gmail.com>

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb b/meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb
index 9bc9b5d7ee..b61717391a 100644
--- a/meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb
@@ -10,8 +10,9 @@  DEPENDS += "python3-wheel-native"
 
 SRC_URI[sha256sum] = "681a2d0eefd721998f90642762b8e75c2159ec531b20ad5e437245ea7b06a107"
 
-# python3-misc for 'this' module
+# python3-misc for 'this' module, python3-image for colorsys (test_deferred_patching)
 RDEPENDS:${PN}-ptest += " \
+	python3-image \
 	python3-misc \
 "