twarc: depend on python instead of :python
This commit is contained in:
parent
a42956330f
commit
0a2096022d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue