diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb b/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb index 5f791cfb7e..6f34091c86 100644 --- a/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb +++ b/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb | |||
@@ -17,14 +17,14 @@ UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar" | |||
17 | inherit pypi python_flit_core | 17 | inherit pypi python_flit_core |
18 | 18 | ||
19 | RDEPENDS:${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
20 | ${PYTHON_PN}-datetime \ | 20 | python3-datetime \ |
21 | ${PYTHON_PN}-debugger \ | 21 | python3-debugger \ |
22 | ${PYTHON_PN}-html \ | 22 | python3-html \ |
23 | ${PYTHON_PN}-json \ | 23 | python3-json \ |
24 | ${PYTHON_PN}-netclient \ | 24 | python3-netclient \ |
25 | ${PYTHON_PN}-pprint \ | 25 | python3-pprint \ |
26 | ${PYTHON_PN}-stringold \ | 26 | python3-stringold \ |
27 | ${PYTHON_PN}-threading \ | 27 | python3-threading \ |
28 | " | 28 | " |
29 | 29 | ||
30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |