From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: kai.kang@windriver.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] virt-manager: update RDEPENDS
Date: Wed, 10 Jul 2024 03:55:08 +0000 [thread overview]
Message-ID: <Zo4GHPqSd2owKwi7@gmail.com> (raw)
In-Reply-To: <20240704060158.282957-1-kai.kang@windriver.com>
staged on master-next
Bruce
In message: [meta-virtualization] [PATCH] virt-manager: update RDEPENDS
on 04/07/2024 Kai Kang via lists.yoctoproject.org wrote:
> From: Kai Kang <kai.kang@windriver.com>
>
> Update RDEPENDS to fix following errors when run virt-manager:
>
> | File "/usr/share/virt-manager/virtManager/virtmanager.py", line 13, in <module>
> | import gi
> | ModuleNotFoundError: No module named 'gi'
>
> | File "/usr/lib/python3.12/site-packages/gi/__init__.py", line 122, in require_version
> | raise ValueError('Namespace %s not available' % namespace)
> | ValueError: Namespace LibvirtGLib not available
>
> | File "/usr/share/virt-manager/virtinst/xmlapi.py", line 7, in <module>
> | import libxml2
> | ModuleNotFoundError: No module named 'libxml2'
>
> | File "/usr/share/virt-manager/virtinst/install/urlfetcher.py", line 16, in <module>
> | import requests
> | ModuleNotFoundError: No module named 'requests'
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
> recipes-extended/virt-manager/virt-manager_4.1.0.bb | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-extended/virt-manager/virt-manager_4.1.0.bb b/recipes-extended/virt-manager/virt-manager_4.1.0.bb
> index a2395012..aa3df215 100644
> --- a/recipes-extended/virt-manager/virt-manager_4.1.0.bb
> +++ b/recipes-extended/virt-manager/virt-manager_4.1.0.bb
> @@ -28,7 +28,13 @@ RDEPENDS:${PN}-common += " \
> libosinfo \
> "
>
> -RDEPENDS:${PN} = "${PN}-common"
> +RDEPENDS:${PN} = " \
> + ${PN}-common \
> + libvirt-glib \
> + libxml2-python \
> + python3-pygobject \
> + python3-requests \
> +"
> RDEPENDS:${PN}-install = "${PN}-common"
>
> SETUPTOOLS_INSTALL_ARGS += "${PACKAGECONFIG_CONFARGS}"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8817): https://lists.yoctoproject.org/g/meta-virtualization/message/8817
> Mute This Topic: https://lists.yoctoproject.org/mt/107033395/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2024-07-10 3:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-04 6:01 [PATCH] virt-manager: update RDEPENDS kai.kang
2024-07-10 3:55 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zo4GHPqSd2owKwi7@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=kai.kang@windriver.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.