From a7195fc96919e7ee45aa6c2f08b44995c3d8b7a7 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 16 Jul 2016 11:59:46 -0400 Subject: [PATCH] python-feedformatter: add package RDEPENDS Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-feedformatter.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-feedformatter.inc b/meta-python/recipes-devtools/python/python-feedformatter.inc index 1a02a4fc4..499bed235 100644 --- a/meta-python/recipes-devtools/python/python-feedformatter.inc +++ b/meta-python/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 \ + "