Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Screen-scraping library" |
| 2 | HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=f2d38d8a40bf73fd4b3d16ca2e5882d1" |
| 5 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame^] | 6 | SRC_URI[md5sum] = "2b34208b26b5c49d4c84a4b9cf78656a" |
| 7 | SRC_URI[sha256sum] = "25288c9e176f354bf277c0a10aa96c782a6a18a17122dba2e8cec4a97e03343b" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 8 | |
| 9 | inherit pypi |
| 10 | |
| 11 | RDEPENDS_${PN}_class-target = "\ |
| 12 | ${PYTHON_PN}-core \ |
| 13 | ${PYTHON_PN}-html5lib \ |
| 14 | ${PYTHON_PN}-lxml \ |
| 15 | " |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |