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]> --- 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 73aaf9e46..ff66aeaa2 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 (#84244): https://lists.openembedded.org/g/openembedded-devel/message/84244 Mute This Topic: https://lists.openembedded.org/mt/74054006/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/leave/8024792/1994799631/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
