tnote: depend on python@2
This commit is contained in:
parent
2aae7e850d
commit
0f25de5c7d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Tnote < Formula
|
|||
sha256 "8e3a2baf4185b131e0223e6b0fe113890ace15b6a9c67b5f7a4068b3d767c4e6" => :mavericks
|
||||
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