pyqt: depend on python3 instead of :python3

master
ilovezfs 2018-01-02 09:03:15 -08:00
parent e34dc651ba
commit 990fc38cf2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Pyqt < Formula
depends_on "qt"
depends_on "sip"
depends_on :python => :recommended
depends_on :python3 => :recommended
depends_on "python3" => :recommended
def install
if build.without?("python3") && build.without?("python")