From: Kai Kang <[email protected]> It fails to import python module 'pyparsing':
| root@qemux86-64:~# python3 -c 'import pyparsing' | Traceback (most recent call last): | File "<string>", line 1, in <module> | File "/usr/lib64/python3.10/site-packages/pyparsing/__init__.py", line 141, in <module> | from .helpers import * | File "/usr/lib64/python3.10/site-packages/pyparsing/helpers.py", line 2, in <module> | import html.entities | ModuleNotFoundError: No module named 'html' Signed-off-by: Kai Kang <[email protected]> --- meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb b/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb index 14faea6590..9c3896918f 100644 --- a/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb +++ b/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb @@ -19,6 +19,7 @@ inherit pypi setuptools3 RDEPENDS:${PN} += " \ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-debugger \ + ${PYTHON_PN}-html \ ${PYTHON_PN}-json \ ${PYTHON_PN}-netclient \ ${PYTHON_PN}-pprint \ -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#163320): https://lists.openembedded.org/g/openembedded-core/message/163320 Mute This Topic: https://lists.openembedded.org/mt/89814263/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
