diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 7 |
1 files changed, 7 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 9f3d48253d..090b9802db 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -34,6 +34,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
34 | python3-arpeggio \ | 34 | python3-arpeggio \ |
35 | python3-asciitree \ | 35 | python3-asciitree \ |
36 | python3-asn1crypto \ | 36 | python3-asn1crypto \ |
37 | python3-aspectlib \ | ||
37 | python3-astor \ | 38 | python3-astor \ |
38 | python3-astroid \ | 39 | python3-astroid \ |
39 | python3-asttokens \ | 40 | python3-asttokens \ |
@@ -114,10 +115,13 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
114 | python3-engineio \ | 115 | python3-engineio \ |
115 | python3-et-xmlfile \ | 116 | python3-et-xmlfile \ |
116 | python3-evdev \ | 117 | python3-evdev \ |
118 | python3-execnet \ | ||
117 | python3-fann2 \ | 119 | python3-fann2 \ |
118 | python3-fasteners \ | 120 | python3-fasteners \ |
121 | python3-fastjsonschema \ | ||
119 | python3-fastnumbers \ | 122 | python3-fastnumbers \ |
120 | python3-feedformatter \ | 123 | python3-feedformatter \ |
124 | python3-fields \ | ||
121 | python3-flask \ | 125 | python3-flask \ |
122 | python3-flask-babel \ | 126 | python3-flask-babel \ |
123 | python3-flask-bootstrap \ | 127 | python3-flask-bootstrap \ |
@@ -280,6 +284,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
280 | python3-psutil \ | 284 | python3-psutil \ |
281 | python3-ptyprocess \ | 285 | python3-ptyprocess \ |
282 | python3-pulsectl \ | 286 | python3-pulsectl \ |
287 | python3-py-cpuinfo \ | ||
283 | python3-py-ubjson \ | 288 | python3-py-ubjson \ |
284 | python3-pyalsaaudio \ | 289 | python3-pyalsaaudio \ |
285 | python3-pyasn1 \ | 290 | python3-pyasn1 \ |
@@ -332,6 +337,8 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
332 | python3-pystache \ | 337 | python3-pystache \ |
333 | python3-pystemd \ | 338 | python3-pystemd \ |
334 | python3-pytest-asyncio \ | 339 | python3-pytest-asyncio \ |
340 | python3-pytest-benchmark \ | ||
341 | python3-pytest-cache \ | ||
335 | python3-pytest-helpers-namespace \ | 342 | python3-pytest-helpers-namespace \ |
336 | python3-pytest-html \ | 343 | python3-pytest-html \ |
337 | python3-pytest-metadata \ | 344 | python3-pytest-metadata \ |