diff mbox series

[meta-python] python-ptyprocess: fixed test_pass_fds

Message ID 20220723191919.97586-1-jan.vermaete@gmail.com
State Under Review
Headers show
Series [meta-python] python-ptyprocess: fixed test_pass_fds | expand

Commit Message

Jan Vermaete July 23, 2022, 7:19 p.m. UTC
This ptest needed bash.

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
---
 meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
index bff2d499f..2a8b8730c 100644
--- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
@@ -34,6 +34,7 @@  RDEPENDS:${PN}-ptest += " \
 	${PYTHON_PN}-fcntl \
 	${PYTHON_PN}-terminal \
 	${PYTHON_PN}-resource \
+	bash \
 "
 
 do_install_ptest() {