mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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 <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9b1fc81947
commit
2b67b9dfad
@@ -60,8 +60,8 @@ class GlibcSelfTestSystemEmulated(GlibcSelfTest):
|
||||
"libstdc++",
|
||||
"libatomic",
|
||||
"libgomp",
|
||||
"python3",
|
||||
"python3-pexpect",
|
||||
# "python3",
|
||||
# "python3-pexpect",
|
||||
"nfs-utils",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user