From 2b67b9dfad46f39c101c28b567522ccbdbec71fd Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 4 Sep 2019 14:23:23 +0000 Subject: [PATCH] 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). (From OE-Core rev: 7e5be0803ea0cbfd8e5b052e43b54e16ab3230ed) 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 f8363670941..6a34da39d97 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", ] -- 2.47.2