diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-10 20:39:29 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:09:16 +0000 |
| commit | 61f13c6d3e81d48e80b05932bcd1bbbde34b047c (patch) | |
| tree | b7886fecd81e1452f2ac3c820f0947fe3a0b93a3 /meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb | |
| parent | d713b9c794f35151558ab1e6510489d91cc10560 (diff) | |
| download | poky-61f13c6d3e81d48e80b05932bcd1bbbde34b047c.tar.gz | |
python3-pyparsing: update 3.0.4 -> 3.0.5
(From OE-Core rev: d5c83301004483a9dfe24df5ebf4a1b98fc20381)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb b/meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb new file mode 100644 index 0000000000..6f2c7f6cd9 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "Python parsing module" | ||
| 2 | HOMEPAGE = "http://pyparsing.wikispaces.com/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "9329d1c1b51f0f76371c4ded42c5ec4cc0be18456b22193e0570c2da98ed288b" | ||
| 7 | |||
| 8 | UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | ${PYTHON_PN}-datetime \ | ||
| 14 | ${PYTHON_PN}-debugger \ | ||
| 15 | ${PYTHON_PN}-json \ | ||
| 16 | ${PYTHON_PN}-netclient \ | ||
| 17 | ${PYTHON_PN}-pprint \ | ||
| 18 | ${PYTHON_PN}-stringold \ | ||
| 19 | ${PYTHON_PN}-threading \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
