diff options
author | Derek Straka <derek@asterius.io> | 2016-07-16 11:58:25 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:41 +0200 |
commit | 18d5f11e18a3b8ec49df6166280ccff7554702b7 (patch) | |
tree | da69285f267cf9f6935f1137e1720c57aa576930 | |
parent | 878ec0cc8bbfaff9de96ae464d63d38509e16791 (diff) | |
download | meta-openembedded-18d5f11e18a3b8ec49df6166280ccff7554702b7.tar.gz |
python-feedparser: add package RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-feedparser_5.2.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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 3ac18b07d..b8ee700f0 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 | |||
7 | 7 | ||
8 | inherit pypi setuptools | 8 | inherit pypi setuptools |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | ||
11 | ${PYTHON_PN}-codecs \ | ||
12 | ${PYTHON_PN}-email \ | ||
13 | ${PYTHON_PN}-html \ | ||
14 | ${PYTHON_PN}-netserver \ | ||
15 | ${PYTHON_PN}-stringold \ | ||
16 | " | ||
17 | |||