Skip to content

Commit

Permalink
removing non needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorquas committed Jan 30, 2025
1 parent 6f5fe00 commit 46dc6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtwho/provision/virtwho_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def libvirt_pkg_install(ssh):
Install libvirt related packages.
:param ssh: ssh access of virt-who host.
"""
package = "nmap iproute rpcbind libvirt* gnome* virt-manager"
package = "nmap iproute rpcbind libvirt*"
ssh.runcmd(f"yum clean all; yum install -y {package}")
ret, _ = ssh.runcmd("systemctl restart libvirtd;systemctl enable libvirtd")
if ret == 0:
Expand Down

0 comments on commit 46dc6c5

Please sign in to comment.