summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-02-02 22:10:58 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-02 23:25:32 -0800
commit89cba3b83cd4259a892faf51e6d2e1f1cf409ac6 (patch)
tree4af63a21d0a0612fadcf0b8767b06b64ac7ff5ac /meta-python/recipes-devtools/python
parent1fab428c136efb922af6ad1074e57a85d13efb9a (diff)
downloadmeta-openembedded-89cba3b83cd4259a892faf51e6d2e1f1cf409ac6.tar.gz
python3-binwalk: update the regex version for upstream checks
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb b/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb
index 0b7d97fccb..45b1ff5145 100644
--- a/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb
@@ -12,6 +12,8 @@ SRCREV = "cddfede795971045d99422bd7a9676c8803ec5ee"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
16
15inherit setuptools3 17inherit setuptools3
16 18
17RDEPENDS:${PN} += " \ 19RDEPENDS:${PN} += " \