sip: depend on python3 instead of :python3
parent
d4b23c1821
commit
b3f0dedc46
|
@ -15,7 +15,7 @@ class Sip < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on :python => :recommended
|
depends_on :python => :recommended
|
||||||
depends_on :python3 => :recommended
|
depends_on "python3" => :recommended
|
||||||
|
|
||||||
def install
|
def install
|
||||||
if build.without?("python3") && build.without?("python")
|
if build.without?("python3") && build.without?("python")
|
||||||
|
|
Loading…
Reference in New Issue