summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-04-27 10:39:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 11:51:41 +0100
commit2a791efa59dfb81155e40400644e9ea061ab83a4 (patch)
tree06462f955c18c9ae56736c1474cbd1e3ad426a80
parente561c18805b4b9294953ce2733487670f774ed76 (diff)
downloadpoky-2a791efa59dfb81155e40400644e9ea061ab83a4.tar.gz
python3-pyparsing: upgrade 3.0.7 -> 3.0.8
Upstream has transitioned to flit from setuptools. (From OE-Core rev: 2087d8faa48879277111ab3eff9e01d099a5bb6b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pyparsing_3.0.8.bb (renamed from meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb b/meta/recipes-devtools/python/python3-pyparsing_3.0.8.bb
index 9c3896918f..30be4bb87c 100644
--- a/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb
+++ b/meta/recipes-devtools/python/python3-pyparsing_3.0.8.bb
@@ -10,11 +10,11 @@ BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues"
10LICENSE = "MIT" 10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
12 12
13SRC_URI[sha256sum] = "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea" 13SRC_URI[sha256sum] = "7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954"
14 14
15UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar" 15UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar"
16 16
17inherit pypi setuptools3 17inherit pypi python_flit_core
18 18
19RDEPENDS:${PN} += " \ 19RDEPENDS:${PN} += " \
20 ${PYTHON_PN}-datetime \ 20 ${PYTHON_PN}-datetime \