Skip to content

Commit

Permalink
add depends_on :python to fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lunixbochs committed Sep 6, 2017
1 parent 26d278c commit 9e3fd1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virt-manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class VirtManager < Formula
depends_on "pygobject3"
depends_on "spice-gtk"
depends_on "vte3"
depends_on :python

resource "libvirt-python" do
url "https://libvirt.org/sources/python/libvirt-python-3.7.0.tar.gz"
Expand Down

0 comments on commit 9e3fd1b

Please sign in to comment.