python3-pyparsing: Remove, moved to OE-core

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Bunk 2020-05-17 17:34:56 +03:00 committed by Khem Raj
parent 7b227592bf
commit 7af6cd38b6
2 changed files with 1 additions and 22 deletions

View File

@ -18,7 +18,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
python3-javaobj-py3 python3-sh python3-pycrypto python3-pyasn1 python3-pydbus python3-wtforms \
python3-pybluez python3-babel python3-parse-type python3-bitarray python3-django-south \
python3-pyusb python3-prctl python3-jinja2 python3-werkzeug python3-pyjks python3-requests-ftp \
python3-behave python3-pyparsing python3-pyyaml python3-tzlocal python3-pretend python3-stevedore \
python3-behave python3-pyyaml python3-tzlocal python3-pretend python3-stevedore \
python3-sijax python3-langtable python3-requests-file python3-crcmod python3-robotframework \
python3-pint python3-coverage python3-iso8601 python3-ndg-httpsclient python3-yappi python3-twofish \
python3-speaklater python3-smbus python3-djangorestframework python3-msgpack python3-jsonpointer \

View File

@ -1,21 +0,0 @@
SUMMARY = "Python parsing module"
HOMEPAGE = "http://pyparsing.wikispaces.com/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
SRC_URI[md5sum] = "29733ea8cbee0291aad121c69c6e51a1"
SRC_URI[sha256sum] = "4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f"
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"