From 50efd9b51befb593e68eacf7aa7cacf2e6af7d17 Mon Sep 17 00:00:00 2001 From: Peter Kolbus Date: Sun, 29 Dec 2019 10:44:31 -0600 Subject: python(3)-beautifulsoup4: add soupsieve to RDEPENDS Since version 4.7.0, beautifulsoup4 uses soupsieve for CSS selectors. Add to RDEPENDS to address this oversight. Signed-off-by: Peter Kolbus Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-beautifulsoup4.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc index a52c964876..8c9dbfc68f 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" -- cgit v1.2.3-54-g00ecf