support/testing: test_python_sdbus_modemmanager: remove unneeded systemd vconsole

The test failed in the past, due to kbd build failure. See [1].
This specific issue was fixed by commit [2].

This commit was originally written to workaround this issue, which was
unrelated to the actual package being tested. Since systemd-vconsole
is not needed anyway, this commit removes it from the test config.

[1] https://gitlab.com/buildroot.org/buildroot/-/jobs/12363929666
[2] d98d9ba28f

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
[Julien: reword the commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcus Hoffmann
2025-11-20 13:37:02 +01:00
committed by Julien Olivain
parent 02386bb34d
commit 287d06f5d7

View File

@@ -8,6 +8,7 @@ class TestPythonPy3SdbusModemmanager(TestPythonPackageBase):
+ """
BR2_PACKAGE_PYTHON3=y
BR2_INIT_SYSTEMD=y
# BR2_PACKAGE_SYSTEMD_VCONSOLE is not set
BR2_PACKAGE_MODEM_MANAGER=y
BR2_PACKAGE_PYTHON_SDBUS_MODEMMANAGER=y
"""