[meta-python,2/2] python3-prettytable: add python3-pytest-lazy-fixture to ptest RDEPENDS

Message ID 20220322183912.21448-2-trevor.gamblin@windriver.com
State New
Headers show
Series [meta-python,1/2] python3-pytest-lazy-fixture: add recipe | expand

Commit Message

Trevor Gamblin March 22, 2022, 6:39 p.m. UTC
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 <trevor.gamblin@windriver.com>
---
 meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb | 1 +
 1 file changed, 1 insertion(+)

Patch

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 3b75086fc..5520edc06 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 \
 "