From: Nathan Rossi Date: Wed, 4 Sep 2019 14:23:23 +0000 (+0000) Subject: oeqa/selftest/cases/glibc.py: Don't install python3 and pexpect X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5be0803ea0cbfd8e5b052e43b54e16ab3230ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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", ]