diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 8b574bdf0f..1c1ded7181 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -354,6 +354,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
354 | python3-pytest-asyncio \ | 354 | python3-pytest-asyncio \ |
355 | python3-pytest-benchmark \ | 355 | python3-pytest-benchmark \ |
356 | python3-pytest-cache \ | 356 | python3-pytest-cache \ |
357 | python3-pytest-forked \ | ||
357 | python3-pytest-helpers-namespace \ | 358 | python3-pytest-helpers-namespace \ |
358 | python3-pytest-html \ | 359 | python3-pytest-html \ |
359 | python3-pytest-metadata \ | 360 | python3-pytest-metadata \ |
@@ -361,6 +362,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
361 | python3-pytest-subtests \ | 362 | python3-pytest-subtests \ |
362 | python3-pytest-tempdir \ | 363 | python3-pytest-tempdir \ |
363 | python3-pytest-timeout \ | 364 | python3-pytest-timeout \ |
365 | python3-pytest-xdist \ | ||
364 | python3-pythonping \ | 366 | python3-pythonping \ |
365 | python3-python-vlc \ | 367 | python3-python-vlc \ |
366 | python3-pytoml \ | 368 | python3-pytoml \ |