From: Mingli Yu <[email protected]> Add the missing rdepends to fix below error: # python3 [snip] >>> import ptyprocess [snip] ModuleNotFoundError: No module named 'fcntl' ModuleNotFoundError: No module named 'pty' ModuleNotFoundError: No module named 'resource'
Signed-off-by: Mingli Yu <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 07c7bacd997e9f593602acf840c10e9585cf5657) Signed-off-by: Armin Kuster <[email protected]> --- meta-python/recipes-devtools/python/python-ptyprocess.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-ptyprocess.inc b/meta-python/recipes-devtools/python/python-ptyprocess.inc index 0cc9114754..a6dc21cf11 100644 --- a/meta-python/recipes-devtools/python/python-ptyprocess.inc +++ b/meta-python/recipes-devtools/python/python-ptyprocess.inc @@ -15,6 +15,9 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" RDEPENDS_${PN} = "\ ${PYTHON_PN}-core \ + ${PYTHON_PN}-fcntl \ + ${PYTHON_PN}-terminal \ + ${PYTHON_PN}-resource \ " BBCLASSEXTEND = "native nativesdk" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84432): https://lists.openembedded.org/g/openembedded-devel/message/84432 Mute This Topic: https://lists.openembedded.org/mt/74292746/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
