mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-01 10:00:15 +00:00
python3-parallax: add the missing rdepends
Add the missing rdepends to fix below error:
# python3
[snip]
>>> import parallax
[snip]
ModuleNotFoundError: No module named 'fcntl'
ModuleNotFoundError: No module named 'Queue'
ModuleNotFoundError: No module named 'getpass'
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e04584ef5b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -8,4 +8,6 @@ SRC_URI[sha256sum] = "e9e4dc500f1306a638df0f19d4ef976a623b260fc614c55cb1fd0d8410
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user