diff options
author | Derek Straka <derek@asterius.io> | 2016-07-16 11:59:46 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:41 +0200 |
commit | a7195fc96919e7ee45aa6c2f08b44995c3d8b7a7 (patch) | |
tree | 5810ba23453cbbf72e414cb566044d11814d699c /meta-python/recipes-devtools/python | |
parent | 7ebe715bb64e0164b46f7e1a38a5d82d177cef4c (diff) | |
download | meta-openembedded-a7195fc96919e7ee45aa6c2f08b44995c3d8b7a7.tar.gz |
python-feedformatter: add package RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/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 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" | |||
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 | " | ||