summaryrefslogtreecommitdiffstats
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-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 09384dae1..c77a49191 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 += " \
29 file://run-ptest \ 29 file://run-ptest \
30" 30"
31 31
32RDEPENDS_${PN} += " \
33 ${PYTHON_PN}-math \
34 ${PYTHON_PN}-html \
35"
36
32RDEPENDS_${PN}-ptest += " \ 37RDEPENDS_${PN}-ptest += " \
33 ${PYTHON_PN}-pytest \ 38 ${PYTHON_PN}-pytest \
34" 39"