[oe-commits] [meta-openembedded] 42/49: python-feedparser: add package RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:47:18 UTC 2016


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

commit 18d5f11e18a3b8ec49df6166280ccff7554702b7
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sat Jul 16 11:58:25 2016 -0400

    python-feedparser: 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-feedparser_5.2.1.bb | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb b/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb
index 3ac18b0..b8ee700 100644
--- a/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb
+++ b/meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb
@@ -7,3 +7,11 @@ SRC_URI[sha256sum] = "bd030652c2d08532c034c27fcd7c85868e7fa3cb2b17f230a44a6bbc92
 
 inherit pypi setuptools
 
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-codecs \
+    ${PYTHON_PN}-email \
+    ${PYTHON_PN}-html \
+    ${PYTHON_PN}-netserver \
+    ${PYTHON_PN}-stringold \
+    "
+

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


More information about the Openembedded-commits mailing list