mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
python3-ptyprocess: add the missing rdepends
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 <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 07c7bacd99)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -15,6 +15,9 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
${PYTHON_PN}-core \
|
${PYTHON_PN}-core \
|
||||||
|
${PYTHON_PN}-fcntl \
|
||||||
|
${PYTHON_PN}-terminal \
|
||||||
|
${PYTHON_PN}-resource \
|
||||||
"
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user