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