blob: 7eb2d7c34527b78153fc262802b3cf39f55dcaa2 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Screen-scraping library"
2HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
3LICENSE = "MIT"
Patrick Williams2a254922023-08-11 09:48:11 -05004LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac"
Andrew Geissler82c905d2020-04-13 13:39:40 -05005
Patrick Williams2a254922023-08-11 09:48:11 -05006SRC_URI[sha256sum] = "492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
Patrick Williams2a254922023-08-11 09:48:11 -05008inherit pypi python_hatchling
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} = "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050011 ${PYTHON_PN}-html5lib \
12 ${PYTHON_PN}-lxml \
13 ${PYTHON_PN}-soupsieve \
Andrew Geissler5199d832021-09-24 16:47:35 -050014 ${PYTHON_PN}-html \
15 ${PYTHON_PN}-logging \
Andrew Geissler82c905d2020-04-13 13:39:40 -050016"
17
18BBCLASSEXTEND = "native nativesdk"