twarc: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:46 -08:00
parent a42956330f
commit 0a2096022d

View file

@ -13,7 +13,7 @@ class Twarc < Formula
sha256 "511109d8e30da42fd44759f553ef22ab7f08258c418160007346f44e42234e04" => :el_capitan
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
def install
venv = virtualenv_create(libexec)