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 <peter.kolbus@garmin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kolbus 2019-12-29 10:44:31 -06:00 committed by Khem Raj
parent 1f155df469
commit 50efd9b51b

View File

@ -11,6 +11,7 @@ inherit pypi
RDEPENDS_${PN} = "\
${PYTHON_PN}-html5lib \
${PYTHON_PN}-lxml \
${PYTHON_PN}-soupsieve \
"
BBCLASSEXTEND = "native nativesdk"