codemod: depend on python@2
This commit is contained in:
parent
fa83bdf59b
commit
7cccfa23af
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Codemod < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
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