osc: depend on python@2
This commit is contained in:
parent
60f868af22
commit
11cdc0ce5f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Osc < Formula
|
|||
sha256 "043bdca5680a6bf33dc77a570263e1745c1d245f44dddd3b41381b652422bfa7" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
depends_on "swig" => :build
|
||||
depends_on "openssl" # For M2Crypto
|
||||
|
||||
|
|
Loading…
Reference in a new issue