mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02: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…
Reference in New Issue
Block a user