gst-python: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:53 -07:00
parent 3908f5fdac
commit 5081b80206

View file

@ -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"