mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 12:26:04 +00:00
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:
parent
1f155df469
commit
50efd9b51b
@ -11,6 +11,7 @@ inherit pypi
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-html5lib \
|
||||
${PYTHON_PN}-lxml \
|
||||
${PYTHON_PN}-soupsieve \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user