python3-cssselect2: Add it for python3-svglib

Cssselect2 is a straightforward implementation of CSS4 Selectors
for markup documents (HTML, XML, etc.) that can be read by ElementTree-like
parsers (including cElementTree, lxml, html5lib, etc.)"

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Robert Yang 2025-12-01 17:00:11 +08:00 committed by Khem Raj
parent 0d687432de
commit 0cfeb212d1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,15 @@
SUMMARY = "CSS selectors for Python ElementTree."
DESCRIPTION = "cssselect2 is a straightforward implementation of CSS4 Selectors \
for markup documents (HTML, XML, etc.) that can be read by ElementTree-like \
parsers (including cElementTree, lxml, html5lib, etc.)"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac"
SRC_URI[sha256sum] = "7674ffb954a3b46162392aee2a3a0aedb2e14ecf99fcc28644900f4e6e3e9d3a"
inherit pypi python_setuptools_build_meta
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} = "python3-tinycss2"