mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-01 10:00:15 +00:00
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 "<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 <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 71bb82f312)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
4ccf941dd2
commit
824b48dfdc
@@ -11,3 +11,5 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-netclient"
|
||||
|
||||
Reference in New Issue
Block a user