mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
virt-manager: update RDEPENDS for virt-manager-install
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 <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
eaa2f96862
commit
238020e420
|
@ -35,7 +35,13 @@ RDEPENDS:${PN} = " \
|
||||||
python3-pygobject \
|
python3-pygobject \
|
||||||
python3-requests \
|
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}"
|
SETUPTOOLS_INSTALL_ARGS += "${PACKAGECONFIG_CONFARGS}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user