app-emulation/qemu: add pycotap test dep for >=qemu-9.2.0

Required for >=qemu-9.2.0 functional tests.
https://gitlab.com/qemu-project/qemu/-/blob/stable-9.2/docs/devel/testing/functional.rst
5ec1eec110
fa32a63432

Bug: https://bugs.gentoo.org/949902
See-Also: https://github.com/gentoo/gentoo/pull/40630
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/41685
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-04-21 13:32:55 +03:00
committed by Sam James
parent a144af4654
commit 0625619dc2
3 changed files with 6 additions and 3 deletions

View File

@@ -288,8 +288,9 @@ BDEPEND="
)
gtk? ( nls? ( sys-devel/gettext ) )
test? (
dev-libs/glib[utils]
app-alternatives/bc
dev-libs/glib[utils]
dev-python/pycotap[${PYTHON_USEDEP}]
)
"
CDEPEND="

View File

@@ -288,8 +288,9 @@ BDEPEND="
)
gtk? ( nls? ( sys-devel/gettext ) )
test? (
dev-libs/glib[utils]
app-alternatives/bc
dev-libs/glib[utils]
dev-python/pycotap[${PYTHON_USEDEP}]
)
"
CDEPEND="

View File

@@ -288,8 +288,9 @@ BDEPEND="
)
gtk? ( nls? ( sys-devel/gettext ) )
test? (
dev-libs/glib[utils]
app-alternatives/bc
dev-libs/glib[utils]
dev-python/pycotap[${PYTHON_USEDEP}]
)
"
CDEPEND="