aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-feedformatter.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-feedformatter.inc')
-rw-r--r--recipes-devtools/python/python-feedformatter.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-feedformatter.inc b/recipes-devtools/python/python-feedformatter.inc
index 1a02a4f..499bed2 100644
--- a/recipes-devtools/python/python-feedformatter.inc
+++ b/recipes-devtools/python/python-feedformatter.inc
@@ -9,3 +9,9 @@ PR = "r0"
SRC_URI = "git://github.com/marianoguerra/feedformatter.git"
S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-io \
+ ${PYTHON_PN}-xml \
+ "