[oe-commits] [meta-openembedded] 69/89: python-feedparser: add package RDEPENDS

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


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

commit 83f9121cf00f1abe76294c3af2ba2f56c20ea16a
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