pyqt: depend on python3 instead of :python3
parent
e34dc651ba
commit
990fc38cf2
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue