blob: 14dedba922d45a93e6fd519a1036dc7fa0f97480 [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 Williams73bd93f2024-02-20 08:07:48 -06006SRC_URI[sha256sum] = "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"
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} = "\
Patrick Williams39653562024-03-01 08:54:02 -060011 python3-html5lib \
12 python3-lxml \
13 python3-soupsieve \
14 python3-html \
15 python3-logging \
Andrew Geissler82c905d2020-04-13 13:39:40 -050016"
17
18BBCLASSEXTEND = "native nativesdk"