blob: 6283098773639f50692566660c25ce04bcba6be9 [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} = "\
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"