muttils: depend on python@2
This commit is contained in:
parent
acd442a2ff
commit
04807d7f21
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Muttils < Formula
|
|||
sha256 "63e819c0bb96a56ed0f159ab816aeac84805a52333bd23298a17cd2abddcb17b" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"
|
||||
|
|
Loading…
Reference in a new issue