aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorSlater, Joseph <joe.slater@windriver.com>2020-05-08 11:07:40 -0700
committerArmin Kuster <akuster808@gmail.com>2020-05-17 14:41:35 -0700
commit8fc86e7f5da2c96399e06e3d1b62c2637b24bdc9 (patch)
tree3c0e1ea3b92500ce2a29907a1239f4c99ee918c4 /meta-python
parenta6c9ad397bfcf40c11d74d926b8fdd6c3dfb98eb (diff)
downloadmeta-openembedded-8fc86e7f5da2c96399e06e3d1b62c2637b24bdc9.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> (cherry picked from commit 623cc3dabf77cd0bdec4ca61149f61049c1142e4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-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 \
"