From 7e5be0803ea0cbfd8e5b052e43b54e16ab3230ed Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 4 Sep 2019 14:23:23 +0000 Subject: oeqa/selftest/cases/glibc.py: Don't install python3 and pexpect When running the system emulation test case, do not include python3 or pexpect in the image. The test cases that use these also need gdb (with python configured). Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/glibc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py index f836367094..6a34da39d9 100644 --- a/meta/lib/oeqa/selftest/cases/glibc.py +++ b/meta/lib/oeqa/selftest/cases/glibc.py @@ -60,8 +60,8 @@ class GlibcSelfTestSystemEmulated(GlibcSelfTest): "libstdc++", "libatomic", "libgomp", - "python3", - "python3-pexpect", + # "python3", + # "python3-pexpect", "nfs-utils", ] -- cgit 1.2.3-korg