diff options
Diffstat (limited to 'meta-python/recipes-core')
3 files changed, 7 insertions, 6 deletions
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb index d6708c5fd0..56c392f036 100644 --- a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb | |||
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest" | |||
9 | require conf/include/ptest-packagelists-meta-python.inc | 9 | require conf/include/ptest-packagelists-meta-python.inc |
10 | 10 | ||
11 | # Include the full set of ptests | 11 | # Include the full set of ptests |
12 | PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}" | 12 | PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}" |
13 | 13 | ||
14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" |
15 | do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" | 15 | do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" |
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest.bb b/meta-python/recipes-core/images/meta-python-image-ptest.bb index 002bd7a39e..794b9d1e4d 100644 --- a/meta-python/recipes-core/images/meta-python-image-ptest.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest.bb | |||
@@ -29,7 +29,8 @@ QB_MEM = "-m 1024" | |||
29 | #QB_MEM:virtclass-mcextend-<pn> = "-m 4096" | 29 | #QB_MEM:virtclass-mcextend-<pn> = "-m 4096" |
30 | # python3-scrypt ptests run into OOMs on RISCV64 qemu | 30 | # python3-scrypt ptests run into OOMs on RISCV64 qemu |
31 | QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048" | 31 | QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048" |
32 | QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 2048" | 32 | # Needs atleast 5G to avoid OOMs |
33 | QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 5120" | ||
33 | QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048" | 34 | QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048" |
34 | 35 | ||
35 | TEST_SUITES = "ping ssh parselogs ptest" | 36 | TEST_SUITES = "ping ssh parselogs ptest" |
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 8850f8eb9a..21b79b9c50 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -69,7 +69,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
69 | python3-click-repl \ | 69 | python3-click-repl \ |
70 | python3-click-spinner \ | 70 | python3-click-spinner \ |
71 | python3-cmd2 \ | 71 | python3-cmd2 \ |
72 | python3-colorama \ | ||
73 | python3-coloredlogs \ | 72 | python3-coloredlogs \ |
74 | python3-colorlog \ | 73 | python3-colorlog \ |
75 | python3-colorzero \ | 74 | python3-colorzero \ |
@@ -196,7 +195,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
196 | python3-ipython \ | 195 | python3-ipython \ |
197 | python3-ipython-genutils \ | 196 | python3-ipython-genutils \ |
198 | python3-iso3166 \ | 197 | python3-iso3166 \ |
199 | python3-isodate \ | ||
200 | python3-isort \ | 198 | python3-isort \ |
201 | python3-itsdangerous \ | 199 | python3-itsdangerous \ |
202 | python3-javaobj-py3 \ | 200 | python3-javaobj-py3 \ |
@@ -236,6 +234,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
236 | python3-mccabe \ | 234 | python3-mccabe \ |
237 | python3-meh \ | 235 | python3-meh \ |
238 | python3-meld3 \ | 236 | python3-meld3 \ |
237 | python3-mlcommons-loadgen \ | ||
239 | python3-mock \ | 238 | python3-mock \ |
240 | python3-monotonic \ | 239 | python3-monotonic \ |
241 | python3-mpmath \ | 240 | python3-mpmath \ |
@@ -249,6 +248,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
249 | python3-netaddr \ | 248 | python3-netaddr \ |
250 | python3-netifaces \ | 249 | python3-netifaces \ |
251 | python3-networkx \ | 250 | python3-networkx \ |
251 | python3-nltk \ | ||
252 | python3-nmap \ | 252 | python3-nmap \ |
253 | python3-nocasedict \ | 253 | python3-nocasedict \ |
254 | python3-nocaselist \ | 254 | python3-nocaselist \ |
@@ -380,6 +380,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
380 | python3-rlp \ | 380 | python3-rlp \ |
381 | python3-robotframework \ | 381 | python3-robotframework \ |
382 | python3-robotframework-seriallibrary \ | 382 | python3-robotframework-seriallibrary \ |
383 | python3-rouge-score \ | ||
383 | python3-rsa \ | 384 | python3-rsa \ |
384 | python3-ruamel-yaml \ | 385 | python3-ruamel-yaml \ |
385 | python3-scrypt \ | 386 | python3-scrypt \ |
@@ -452,7 +453,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
452 | python3-websocket-client \ | 453 | python3-websocket-client \ |
453 | python3-werkzeug \ | 454 | python3-werkzeug \ |
454 | python3-werkzeug \ | 455 | python3-werkzeug \ |
455 | python3-whoosh \ | ||
456 | python3-wrapt \ | 456 | python3-wrapt \ |
457 | python3-wtforms \ | 457 | python3-wtforms \ |
458 | python3-xlrd \ | 458 | python3-xlrd \ |
@@ -466,6 +466,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
466 | python3-yappi \ | 466 | python3-yappi \ |
467 | python3-yarl \ | 467 | python3-yarl \ |
468 | python3-zopeinterface \ | 468 | python3-zopeinterface \ |
469 | python3-zstandard \ | ||
469 | telepathy-python3 \ | 470 | telepathy-python3 \ |
470 | unattended-upgrades \ | 471 | unattended-upgrades \ |
471 | " | 472 | " |
@@ -524,7 +525,6 @@ RDEPENDS:packagegroup-meta-python3-ptest = "\ | |||
524 | python3-unidiff-ptest \ | 525 | python3-unidiff-ptest \ |
525 | python3-uritemplate-ptest \ | 526 | python3-uritemplate-ptest \ |
526 | python3-webcolors-ptest \ | 527 | python3-webcolors-ptest \ |
527 | python3-whoosh-ptest \ | ||
528 | python3-wpa-supplicant \ | 528 | python3-wpa-supplicant \ |
529 | python3-xlrd-ptest \ | 529 | python3-xlrd-ptest \ |
530 | python3-xmltodict-ptest \ | 530 | python3-xmltodict-ptest \ |