Since version 4.7.0, beautifulsoup4 uses soupsieve for CSS selectors. Add to RDEPENDS to address this oversight.
Signed-off-by: Peter Kolbus <[email protected]> --- 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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
