mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-emulation/qemu-guest-agent: add missing call to python-any-r1_pkg_setup
Closes: https://bugs.gentoo.org/962008 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Part-of: https://github.com/gentoo/gentoo/pull/43574 Closes: https://github.com/gentoo/gentoo/pull/43574 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
e833ff5ebf
commit
89291a1c3c
@ -44,6 +44,7 @@ pkg_setup() {
|
||||
# default. Make sure it's enabled in kernel.
|
||||
CONFIG_CHECK="~VIRTIO_CONSOLE"
|
||||
linux-info_pkg_setup
|
||||
python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@ -44,6 +44,7 @@ pkg_setup() {
|
||||
# default. Make sure it's enabled in kernel.
|
||||
CONFIG_CHECK="~VIRTIO_CONSOLE"
|
||||
linux-info_pkg_setup
|
||||
python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user