qscintilla2: depend on python3 instead of :python3

This commit is contained in:
ilovezfs 2018-01-02 09:03:15 -08:00
parent 990fc38cf2
commit 03ff856a8c

View file

@ -19,7 +19,7 @@ class Qscintilla2 < Formula
depends_on "qt"
depends_on "sip"
depends_on :python => :recommended
depends_on :python3 => :recommended
depends_on "python3" => :recommended
def install
spec = (ENV.compiler == :clang && MacOS.version >= :mavericks) ? "macx-clang" : "macx-g++"