blob: 3e95bb7f2160e2675a357e33ff9b1f362c30fa31 [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 Bishope42b3e32020-01-15 22:08:42 -05006SRC_URI[md5sum] = "5dbdb56c009e4632bae7bed1b385804b"
7SRC_URI[sha256sum] = "05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9inherit pypi
10
Brad Bishope42b3e32020-01-15 22:08:42 -050011RDEPENDS_${PN} = "\
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012 ${PYTHON_PN}-html5lib \
13 ${PYTHON_PN}-lxml \
Brad Bishope42b3e32020-01-15 22:08:42 -050014 ${PYTHON_PN}-soupsieve \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015"
16
17BBCLASSEXTEND = "native nativesdk"