From 824b48dfdca6b1a602972691fb253f135f6e7657 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Thu, 7 May 2020 09:16:37 -0700 Subject: python3-py: add python3-netclient to RDEPENDS 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 "", line 1, in File "/usr/lib64/python3.8/site-packages/py/_path/local.py", line 7, in import sys, os, atexit, io, uuid ModuleNotFoundError: No module named 'uuid' Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj (cherry picked from commit 71bb82f31283398a6bc6e614444b8b73f2763591) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-py_1.8.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') 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" -- cgit 1.2.3-korg