[oe] [meta-python][PATCH v2 4/4] python(3)-beautifulsoup4: add soupsieve to RDEPENDS

Peter Kolbus peter.kolbus at garmin.com
Sun Dec 29 16:44:31 UTC 2019


Since version 4.7.0, beautifulsoup4 uses soupsieve for CSS selectors.
Add to RDEPENDS to address this oversight.

Signed-off-by: Peter Kolbus <peter.kolbus at garmin.com>
---
 meta-python/recipes-devtools/python/python-beautifulsoup4.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
index a52c96487..8c9dbfc68 100644
--- a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
+++ b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
@@ -11,6 +11,7 @@ inherit pypi
 RDEPENDS_${PN} = "\
     ${PYTHON_PN}-html5lib \
     ${PYTHON_PN}-lxml \
+    ${PYTHON_PN}-soupsieve \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.24.1



More information about the Openembedded-devel mailing list