diff options
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb | 21 |
2 files changed, 1 insertions, 22 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 596c20a8c5..c03f610da8 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -18,7 +18,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
18 | python3-javaobj-py3 python3-sh python3-pycrypto python3-pyasn1 python3-pydbus python3-wtforms \ | 18 | python3-javaobj-py3 python3-sh python3-pycrypto python3-pyasn1 python3-pydbus python3-wtforms \ |
19 | python3-pybluez python3-babel python3-parse-type python3-bitarray python3-django-south \ | 19 | python3-pybluez python3-babel python3-parse-type python3-bitarray python3-django-south \ |
20 | python3-pyusb python3-prctl python3-jinja2 python3-werkzeug python3-pyjks python3-requests-ftp \ | 20 | python3-pyusb python3-prctl python3-jinja2 python3-werkzeug python3-pyjks python3-requests-ftp \ |
21 | python3-behave python3-pyparsing python3-pyyaml python3-tzlocal python3-pretend python3-stevedore \ | 21 | python3-behave python3-pyyaml python3-tzlocal python3-pretend python3-stevedore \ |
22 | python3-sijax python3-langtable python3-requests-file python3-crcmod python3-robotframework \ | 22 | python3-sijax python3-langtable python3-requests-file python3-crcmod python3-robotframework \ |
23 | python3-pint python3-coverage python3-iso8601 python3-ndg-httpsclient python3-yappi python3-twofish \ | 23 | python3-pint python3-coverage python3-iso8601 python3-ndg-httpsclient python3-yappi python3-twofish \ |
24 | python3-speaklater python3-smbus python3-djangorestframework python3-msgpack python3-jsonpointer \ | 24 | python3-speaklater python3-smbus python3-djangorestframework python3-msgpack python3-jsonpointer \ |
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" | ||