]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest/cases/glibc.py: Don't install python3 and pexpect
authorNathan Rossi <nathan@nathanrossi.com>
Wed, 4 Sep 2019 14:23:23 +0000 (14:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Sep 2019 20:52:27 +0000 (21:52 +0100)
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 <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/glibc.py

index f8363670941757ddcf787d9d887921bb5d6311b4..6a34da39d9747b437f3a15b74a0e4fb6fd3f3a6c 100644 (file)
@@ -60,8 +60,8 @@ class GlibcSelfTestSystemEmulated(GlibcSelfTest):
         "libstdc++",
         "libatomic",
         "libgomp",
-        "python3",
-        "python3-pexpect",
+        "python3",
+        "python3-pexpect",
         "nfs-utils",
         ]