From de63fbbfdddb909978b1e63dedabd5866eea6431 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:00:55 +0800 Subject: python3-beautifulsoup4: upgrade 4.12.3 -> 4.13.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-beautifulsoup4_4.13.3.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb (limited to 'meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb new file mode 100644 index 0000000000..a36c22e6f1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb @@ -0,0 +1,20 @@ +SUMMARY = "Screen-scraping library" +HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac" + +SRC_URI[sha256sum] = "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" + +inherit pypi python_hatchling + +RDEPENDS:${PN} = "\ + python3-html5lib \ + python3-lxml \ + python3-html \ + python3-logging \ +" +RDEPENDS:${PN}:append:class-target = " \ + python3-soupsieve \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf