summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-22 14:39:12 -0400
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-23 09:46:31 -0400
commit890249c29ac0c6da80886aef09eea99b04692e30 (patch)
treed7d182176fa164526881e54db30c459e0ad3225d
parent716ff86b3fc3bf80f6f907cfbcd0bb5dbdfa63ad (diff)
downloadmeta-openembedded-890249c29ac0c6da80886aef09eea99b04692e30.tar.gz
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 <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb1
1 files changed, 1 insertions, 0 deletions
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} += " \
35 35
36RDEPENDS:${PN}-ptest += " \ 36RDEPENDS:${PN}-ptest += " \
37 ${PYTHON_PN}-pytest \ 37 ${PYTHON_PN}-pytest \
38 ${PYTHON_PN}-pytest-lazy-fixture \
38 ${PYTHON_PN}-sqlite3 \ 39 ${PYTHON_PN}-sqlite3 \
39" 40"
40 41