blob: a7fa081e40863431c6eed23b08e5c6ba46df8fb0 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Screen-scraping library"
2HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING.txt;md5=f2d38d8a40bf73fd4b3d16ca2e5882d1"
5
Brad Bishop26bdd442019-08-16 17:08:17 -04006SRC_URI[md5sum] = "2b34208b26b5c49d4c84a4b9cf78656a"
7SRC_URI[sha256sum] = "25288c9e176f354bf277c0a10aa96c782a6a18a17122dba2e8cec4a97e03343b"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9inherit pypi
10
11RDEPENDS_${PN}_class-target = "\
12 ${PYTHON_PN}-core \
13 ${PYTHON_PN}-html5lib \
14 ${PYTHON_PN}-lxml \
15"
16
17BBCLASSEXTEND = "native nativesdk"