diff mbox series

[meta-python] python3-wrapt: Add missing rdep on misc modules for ptests

Message ID 20240915152744.2151595-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-wrapt: Add missing rdep on misc modules for ptests | expand

Commit Message

Khem Raj Sept. 15, 2024, 3:27 p.m. UTC
Needed for 'this', 'abc' modules

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb
index 056323cd39..398d2fa6b7 100644
--- a/meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb
@@ -12,7 +12,9 @@  SRC_URI += " \
 	file://run-ptest \
 "
 
+# python3-misc for 'this' module
 RDEPENDS:${PN}-ptest += " \
+	python3-misc \
 	python3-pytest \
 	python3-unittest-automake-output \
 "