From f5645ac7212b92c6ec04ebc82d19dbd223896fd8 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sat, 23 Jul 2022 21:19:19 +0200 Subject: python-ptyprocess: fixed test_pass_fds This ptest needed bash. Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') 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 bff2d499f1..2a8b8730c4 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() { -- cgit v1.2.3-54-g00ecf