diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-05-17 17:34:56 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-19 17:14:09 -0700 |
commit | 7af6cd38b626c43c310753719f68b0432c07a76b (patch) | |
tree | ee904cd64bcdcaf1ac4b7353e54c05626cff54e3 /meta-python/recipes-devtools/python | |
parent | 7b227592bf825827224e39f994f9b483a8e09ba9 (diff) | |
download | meta-openembedded-7af6cd38b626c43c310753719f68b0432c07a76b.tar.gz |
python3-pyparsing: Remove, moved to OE-core
Signed-off-by: Adrian Bunk <bunk@stusta.de>
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-pyparsing_2.4.6.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb b/meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb deleted file mode 100644 index a6ec1cb9c3..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
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[md5sum] = "29733ea8cbee0291aad121c69c6e51a1" | ||
7 | SRC_URI[sha256sum] = "4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS_${PN} += " \ | ||
12 | ${PYTHON_PN}-datetime \ | ||
13 | ${PYTHON_PN}-debugger \ | ||
14 | ${PYTHON_PN}-json \ | ||
15 | ${PYTHON_PN}-netclient \ | ||
16 | ${PYTHON_PN}-pprint \ | ||
17 | ${PYTHON_PN}-stringold \ | ||
18 | ${PYTHON_PN}-threading \ | ||
19 | " | ||
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||