summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-03-09 15:30:28 +0800
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-10 10:03:29 -0500
commit236928869b4c6e2dd54ee0235cdbc91a5fc79064 (patch)
treefc894f44d0cf0bd83a0e5c0e3f6ba33bb41791f9 /meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb
parent6088c607b9a26a6a576c94084bf933ecc505dd39 (diff)
downloadmeta-openembedded-236928869b4c6e2dd54ee0235cdbc91a5fc79064.tar.gz
python3-regex :upgrade 2021.11.10 -> 2022.3.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb b/meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb
deleted file mode 100644
index dce232ba68..0000000000
--- a/meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "Alternative regular expression module, to replace re."
2HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "f341ee2df0999bfdf7a95e448075effe0db212a59387de1a70690e4acb03d4c6"
9
10RDEPENDS:${PN} += " \
11 python3-stringold \
12"
13
14BBCLASSEXTEND = "native nativesdk"