tnote: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:37:11 -07:00
parent 2aae7e850d
commit 0f25de5c7d

View file

@ -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"