diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-prettytable.inc | 5 |
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 += " \ | |||
29 | file://run-ptest \ | 29 | file://run-ptest \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_${PN} += " \ | ||
33 | ${PYTHON_PN}-math \ | ||
34 | ${PYTHON_PN}-html \ | ||
35 | " | ||
36 | |||
32 | RDEPENDS_${PN}-ptest += " \ | 37 | RDEPENDS_${PN}-ptest += " \ |
33 | ${PYTHON_PN}-pytest \ | 38 | ${PYTHON_PN}-pytest \ |
34 | " | 39 | " |