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:
Mingli Yu 2020-05-08 11:00:33 +08:00 committed by Armin Kuster
parent 691e34f773
commit 4cee153f59

View File

@ -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"