From: Trevor Gamblin <[email protected]> python3-py requires the uuid.py module, which is contained in python3-netclient. Without it:
root@qemux86-64:~# python3 >>> import py._path.local Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.8/site-packages/py/_path/local.py", line 7, in <module> import sys, os, atexit, io, uuid ModuleNotFoundError: No module named 'uuid' Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 71bb82f31283398a6bc6e614444b8b73f2763591) Signed-off-by: Armin Kuster <[email protected]> --- meta-python/recipes-devtools/python/python3-py_1.8.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-py_1.8.1.bb b/meta-python/recipes-devtools/python/python3-py_1.8.1.bb index 73aaf9e46a..ff66aeaa2b 100644 --- a/meta-python/recipes-devtools/python/python3-py_1.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-py_1.8.1.bb @@ -11,3 +11,5 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native" inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +RDEPENDS_${PN} += "${PYTHON_PN}-netclient" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84428): https://lists.openembedded.org/g/openembedded-devel/message/84428 Mute This Topic: https://lists.openembedded.org/mt/74292739/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
