diff mbox series

[meta-python] python3-parse-type: Add missing rdep on six for ptests

Message ID 20240912043954.90158-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-parse-type: Add missing rdep on six for ptests | expand

Commit Message

Khem Raj Sept. 12, 2024, 4:39 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
index db9d52cdcd..06843c03cb 100644
--- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
@@ -20,5 +20,6 @@  do_install_ptest() {
 RDEPENDS:${PN} += "python3-parse"
 RDEPENDS:${PN}-ptest += " \
     python3-pytest \
+    python3-six \
     python3-unittest-automake-output \
 "