mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
python3-pyparsing: upgrade 3.0.0 -> 3.0.4
(From OE-Core rev: 6909ecaef580c43d2e439249b0134bf850448d93) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a9b65ad9cb
commit
3e276f598b
22
meta/recipes-devtools/python/python3-pyparsing_3.0.4.bb
Normal file
22
meta/recipes-devtools/python/python3-pyparsing_3.0.4.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Python parsing module"
|
||||
HOMEPAGE = "http://pyparsing.wikispaces.com/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
|
||||
|
||||
SRC_URI[sha256sum] = "e0df773d7fa2240322daae7805626dfc5f2d5effb34e1a7be2702c99cfb9f6b1"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-debugger \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user