From fbfc860e5bb5aa4206c393e2503ed8d953ab9bbd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 11 Sep 2024 21:38:43 -0700 Subject: python3-parse-type: Add missing rdep on six for ptests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') 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 \ " -- cgit v1.2.3-54-g00ecf