From: Kai Kang <[email protected]>

Update RDEPENDS for package virt-manager-install which are required by
command virt-install. For example, the error is as follows when missing
virsh:

  Error launching ['virsh', '--connect', 'qemu:///system', 'console',
    'myvm']: [Errno 2] No such file or directory

Signed-off-by: Kai Kang <[email protected]>
---
 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 aa3df215..d752fd2b 100644
--- a/recipes-extended/virt-manager/virt-manager_4.1.0.bb
+++ b/recipes-extended/virt-manager/virt-manager_4.1.0.bb
@@ -35,7 +35,13 @@ RDEPENDS:${PN} = " \
   python3-pygobject \
   python3-requests \
 "
-RDEPENDS:${PN}-install = "${PN}-common"
+RDEPENDS:${PN}-install = " \
+  ${PN}-common \
+  libvirt-virsh \
+  libxml2-python \
+  python3-pygobject \
+  python3-requests \
+"
 
 SETUPTOOLS_INSTALL_ARGS += "${PACKAGECONFIG_CONFARGS}"
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8862): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8862
Mute This Topic: https://lists.yoctoproject.org/mt/107997612/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to