mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-20 08:16:26 +00:00
Upgrade to release 2.8.3: - FIX: Fix inefficient attribute pattern. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
25 lines
614 B
BlitzBasic
25 lines
614 B
BlitzBasic
SUMMARY = "CSS selector library for python-beautifulsoup4"
|
|
HOMEPAGE = "https://github.com/facelessuser/soupsieve"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=74851a2f1e5c07496dcb452af6a6bf54"
|
|
|
|
SRC_URI[sha256sum] = "3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349"
|
|
|
|
inherit pypi python_hatchling ptest-python-pytest
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-core \
|
|
python3-datetime \
|
|
"
|
|
RDEPENDS:${PN}:append:class-target = " \
|
|
python3-beautifulsoup4 \
|
|
"
|
|
|
|
RDEPENDS:${PN}-ptest += " \
|
|
python3-beautifulsoup4 \
|
|
python3-typing-extensions \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|