aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlater, Joseph <joe.slater@windriver.com>2020-05-08 11:07:40 -0700
committerKhem Raj <raj.khem@gmail.com>2020-05-08 19:56:06 -0700
commit623cc3dabf77cd0bdec4ca61149f61049c1142e4 (patch)
tree14b0ea86adabc7ef5fa5332a347458f54ce9d711
parent3cfd16be4e1b62efe8ac640cecc080709cf2b9f9 (diff)
downloadmeta-openembedded-contrib-623cc3dabf77cd0bdec4ca61149f61049c1142e4.tar.gz
python-pretty-table: add rdep's
python(3)-math and python(3)-html. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-prettytable.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-prettytable.inc b/meta-python/recipes-devtools/python/python-prettytable.inc
index 09384dae17..c77a49191e 100644
--- a/meta-python/recipes-devtools/python/python-prettytable.inc
+++ b/meta-python/recipes-devtools/python/python-prettytable.inc
@@ -29,6 +29,11 @@ SRC_URI += " \
file://run-ptest \
"
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-math \
+ ${PYTHON_PN}-html \
+"
+
RDEPENDS_${PN}-ptest += " \
${PYTHON_PN}-pytest \
"