mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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.rst5ec1eec110fa32a63432Bug: 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:
committed by
Sam James
parent
a144af4654
commit
0625619dc2
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user