diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2025-07-25 21:17:56 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-25 17:12:11 -0700 |
commit | 9f70175dccd423acd4d35e46154aae41df9980f9 (patch) | |
tree | 3568253f9d2fd434c2e1b10fdef2ad1454906e53 /meta-python | |
parent | 1685684e334698b11651c286aa3c224bc4c4e587 (diff) | |
download | meta-openembedded-9f70175dccd423acd4d35e46154aae41df9980f9.tar.gz |
ptest-packagelists-meta-python: remove tftpy
tftpy does not currently support ptests so remove it from any PTESTS_*
list to avoid AB mirroring warnings[0]:
WARNING: Nothing RPROVIDES 'tftpy-ptest' (but virtual:mcextend:tftpy:[...]/meta-openembedded/meta-python/recipes-core/images/meta-python-image-ptest.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'meta-python-image-ptest-tftpy'
[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index c62bfab034..0f56c3e300 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -129,5 +129,4 @@ PTESTS_SLOW_META_PYTHON = "\ | |||
129 | 129 | ||
130 | PTESTS_PROBLEMS_META_PYTHON = "\ | 130 | PTESTS_PROBLEMS_META_PYTHON = "\ |
131 | python3-pyasyncore \ | 131 | python3-pyasyncore \ |
132 | tftpy \ | ||
133 | " | 132 | " |