gst-python: fix dependency order

This commit is contained in:
commitay 2018-09-17 21:03:14 +10:00
parent 1916eaf112
commit 6f0948097a

View file

@ -15,10 +15,9 @@ class GstPython < Formula
option "with-python@2", "Build with python 2 support"
depends_on "gst-plugins-base"
depends_on "python@2" => :optional
depends_on "python" => :recommended
depends_on "pygobject3" if build.with? "python"
depends_on "python@2" => :optional
depends_on "pygobject3" => "with-python@2" if build.with? "python@2"
link_overwrite "lib/python2.7/site-packages/gi/overrides"