sip: depend on python3 instead of :python3

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

View File

@ -15,7 +15,7 @@ class Sip < Formula
end
depends_on :python => :recommended
depends_on :python3 => :recommended
depends_on "python3" => :recommended
def install
if build.without?("python3") && build.without?("python")