gst-python: depend on python@2
This commit is contained in:
parent
3908f5fdac
commit
5081b80206
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class GstPython < Formula
|
|||
option "with-python@2", "Build with python 2 support"
|
||||
|
||||
depends_on "gst-plugins-base"
|
||||
depends_on "python@2" => :optional if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" => :optional
|
||||
depends_on "python" => :recommended
|
||||
|
||||
depends_on "pygobject3" if build.with? "python"
|
||||
|
|
Loading…
Reference in a new issue