diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/python.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/python.py b/meta/lib/oeqa/runtime/python.py index 26edb7a9b8..29a231c7c3 100644 --- a/meta/lib/oeqa/runtime/python.py +++ b/meta/lib/oeqa/runtime/python.py | |||
| @@ -4,7 +4,7 @@ from oeqa.oetest import oeRuntimeTest, skipModule | |||
| 4 | from oeqa.utils.decorators import * | 4 | from oeqa.utils.decorators import * |
| 5 | 5 | ||
| 6 | def setUpModule(): | 6 | def setUpModule(): |
| 7 | if not oeRuntimeTest.hasPackage("python"): | 7 | if not oeRuntimeTest.hasPackage("python-core"): |
| 8 | skipModule("No python package in the image") | 8 | skipModule("No python package in the image") |
| 9 | 9 | ||
| 10 | 10 | ||
