mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-regex: upgrade 2023.6.3 -> 2023.8.8
Changelog: emoved usage of _PyBytes_Join and did a little tidying of the code that makes the result string. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-stringold \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user