From: Mingli Yu <[email protected]> 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 <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit e04584ef5ba7ed0abaf5b98c2da00bbeab5b6db8) Signed-off-by: Armin Kuster <[email protected]> --- meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb b/meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb index d658bd621e..60631d43a0 100644 --- a/meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-parallax_1.0.5.bb @@ -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" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84426): https://lists.openembedded.org/g/openembedded-devel/message/84426 Mute This Topic: https://lists.openembedded.org/mt/74292735/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
