From 890249c29ac0c6da80886aef09eea99b04692e30 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 22 Mar 2022 14:39:12 -0400 Subject: python3-prettytable: add python3-pytest-lazy-fixture to ptest RDEPENDS Now that the recipe for python3-pytest-lazy-fixture exists, add it to RDEPENDS to fix the broken python3-prettytable ptests. Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb b/meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb index 3b75086fca..5520edc067 100644 --- a/meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb @@ -35,6 +35,7 @@ RDEPENDS:${PN} += " \ RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ + ${PYTHON_PN}-pytest-lazy-fixture \ ${PYTHON_PN}-sqlite3 \ " -- cgit v1.2.3-54-g00ecf