twarc: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:46 -08:00
parent a42956330f
commit 0a2096022d
1 changed files with 1 additions and 1 deletions

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)