diff options
-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 | |||