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:
Alexander Tsoy 2025-08-26 20:30:13 +03:00 committed by Sam James
parent e833ff5ebf
commit 89291a1c3c
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 2 additions and 0 deletions

View File

@ -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() {

View File

@ -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() {