codemod: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:45 -07:00
parent fa83bdf59b
commit 7cccfa23af

View file

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