diff options
author | Derek Straka <derek@asterius.io> | 2020-04-05 12:41:59 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:14 -0700 |
commit | e8501f109754a475d0b0e25b76725d02b12c56f3 (patch) | |
tree | 28d934ed9840c691b9140ed3d6f0d147476172b9 /meta-python/recipes-devtools/python/python-pyparsing.inc | |
parent | 66080b798f043dcd03b92f2c34074068bf4f6d4b (diff) | |
download | meta-openembedded-e8501f109754a475d0b0e25b76725d02b12c56f3.tar.gz |
python-pyparsing: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyparsing.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyparsing.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyparsing.inc b/meta-python/recipes-devtools/python/python-pyparsing.inc deleted file mode 100644 index 2b9925f495..0000000000 --- a/meta-python/recipes-devtools/python/python-pyparsing.inc +++ /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 | ||
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" | ||