[oe-commits] [meta-openembedded] 71/89: python-feedformatter: add package RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 11:09:38 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 75260aa7a9ef417c52df454b505726899eae87c0
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sat Jul 16 11:59:46 2016 -0400

    python-feedformatter: add package RDEPENDS
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/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 1a02a4f..499bed2 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 \
+    "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list