system/virt-manager: Fixed dep info
This commit is contained in:
parent
cf447675dc
commit
94694c6d69
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue