mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-18 08:15:56 +01:00
Upgrade to release 4.14.2: - Making ResultSet inherit from MutableSequence still resulted in too many breaking changes in users of the library, so it was reverted the ResultSet code back to where it was in 4.13.5 and added tests of all known breaking behavior. [bug=2125906] - Version 4.14.0 adds function overloading to the find_* methods to make it easier to write type-safe Python. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
518 B
BlitzBasic
21 lines
518 B
BlitzBasic
SUMMARY = "Screen-scraping library"
|
|
HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac"
|
|
|
|
SRC_URI[sha256sum] = "2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-html5lib \
|
|
python3-lxml \
|
|
python3-html \
|
|
python3-logging \
|
|
"
|
|
RDEPENDS:${PN}:append:class-target = " \
|
|
python3-soupsieve \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|