python-ptyprocess: fixed test_pass_fds

This ptest needed bash.

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jan Vermaete 2022-07-23 21:19:19 +02:00 committed by Khem Raj
parent 03c4831f44
commit f5645ac721

View File

@ -34,6 +34,7 @@ RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-fcntl \ ${PYTHON_PN}-fcntl \
${PYTHON_PN}-terminal \ ${PYTHON_PN}-terminal \
${PYTHON_PN}-resource \ ${PYTHON_PN}-resource \
bash \
" "
do_install_ptest() { do_install_ptest() {