archivemail: depend on python@2
This commit is contained in:
parent
c54686d94d
commit
61b3571b28
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Archivemail < Formula
|
|||
sha256 "691e95f5a952a01cf632ebb4d1e3e1bf6b773184e554705ee1893219ac0b0a55" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
ENV.prepend_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"
|
||||
|
|
Loading…
Reference in a new issue