mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
691e34f773
commit
4cee153f59
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user