diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 17:26:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 17:26:43 -0500 |
commit | 94694c6d69d9793d56f533a38c9828e6074d0094 (patch) | |
tree | 4ef6205e9ee3eeb36ff4729e05c1052de68a2f8a /system/virt-manager | |
parent | cf447675dc66cbb597d04a8bf738105ea03debda (diff) |
system/virt-manager: Fixed dep info
Diffstat (limited to 'system/virt-manager')
-rw-r--r-- | system/virt-manager/README | 3 | ||||
-rw-r--r-- | system/virt-manager/virt-manager.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/system/virt-manager/README b/system/virt-manager/README index f2b2ee48385a0..0bb36352ebd39 100644 --- a/system/virt-manager/README +++ b/system/virt-manager/README @@ -6,6 +6,3 @@ To run virt-manager as a normal user, you need to configure libvirt to have the correct permissions. Uncomment the unix_sock_group and unix_sock_rw_perms in /etc/libvirt/libvirtd.conf and add the user to the group libvirt uses. - -If you have python3 installed at build-time, this probably won't work, -so you'll need to temporarily uninstall python3 for the build process. diff --git a/system/virt-manager/virt-manager.info b/system/virt-manager/virt-manager.info index fd4ae674a2e72..5f496889a2235 100644 --- a/system/virt-manager/virt-manager.info +++ b/system/virt-manager/virt-manager.info @@ -5,6 +5,6 @@ DOWNLOAD="https://virt-manager.org/download/sources/virt-manager/virt-manager-3. MD5SUM="a87507223c32d15eb12e1754404061dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtksourceview3 libosinfo libvirt-glib libvirt-python gtk-vnc spice-gtk" +REQUIRES="libosinfo libvirt-glib libvirt-python gtk-vnc spice-gtk" MAINTAINER="Robby Workman" EMAIL="rworkman@slackbuilds.org" |