diff options
-rw-r--r-- | recipes-extended/virt-manager/virt-manager_4.1.0.bb | 8 |
1 files changed, 7 insertions, 1 deletions
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 += " \ | |||
28 | libosinfo \ | 28 | libosinfo \ |
29 | " | 29 | " |
30 | 30 | ||
31 | RDEPENDS:${PN} = "${PN}-common" | 31 | RDEPENDS:${PN} = " \ |
32 | ${PN}-common \ | ||
33 | libvirt-glib \ | ||
34 | libxml2-python \ | ||
35 | python3-pygobject \ | ||
36 | python3-requests \ | ||
37 | " | ||
32 | RDEPENDS:${PN}-install = "${PN}-common" | 38 | RDEPENDS:${PN}-install = "${PN}-common" |
33 | 39 | ||
34 | SETUPTOOLS_INSTALL_ARGS += "${PACKAGECONFIG_CONFARGS}" | 40 | SETUPTOOLS_INSTALL_ARGS += "${PACKAGECONFIG_CONFARGS}" |