mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
18 lines
489 B
PHP
18 lines
489 B
PHP
SUMMARY = "Screen-scraping library"
|
|
HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=f2d38d8a40bf73fd4b3d16ca2e5882d1"
|
|
|
|
SRC_URI[md5sum] = "be03d778cf61cf6734a480e2010d6657"
|
|
SRC_URI[sha256sum] = "6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${PYTHON_PN}-html5lib \
|
|
${PYTHON_PN}-lxml \
|
|
${PYTHON_PN}-soupsieve \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|