diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-feedformatter.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-feedformatter.inc b/meta-python/recipes-devtools/python/python-feedformatter.inc index 1a02a4fc40..499bed2354 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" | |||
9 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git" | 9 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | |||
13 | RDEPENDS_${PN} += "\ | ||
14 | ${PYTHON_PN}-datetime \ | ||
15 | ${PYTHON_PN}-io \ | ||
16 | ${PYTHON_PN}-xml \ | ||
17 | " | ||