diff mbox series

[meta-python] ptest-packagelists-meta-python: remove tftpy

Message ID 20250725191756.1692553-1-yoann.congal@smile.fr
State Under Review
Headers show
Series [meta-python] ptest-packagelists-meta-python: remove tftpy | expand

Commit Message

Yoann Congal July 25, 2025, 7:17 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 = "\
 
 PTESTS_PROBLEMS_META_PYTHON = "\
     python3-pyasyncore \
-    tftpy \
 "