python3-regex: upgrade 2025.11.3 -> 2026.1.15

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2026-01-21 19:29:05 +08:00
committed by Khem Raj
parent 65c850da4f
commit b9bd8426db

View File

@@ -0,0 +1,14 @@
SUMMARY = "Alternative regular expression module, to replace re."
HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "164759aa25575cbc0651bef59a0b18353e54300d79ace8084c818ad8ac72b7d5"
RDEPENDS:${PN} += " \
python3-stringold \
"
BBCLASSEXTEND = "native nativesdk"