flake8: rename python@2 dependency

This commit is contained in:
ilovezfs 2018-03-01 23:47:28 -08:00
parent b1eb73cb06
commit e3df8e1bf1

View file

@ -15,7 +15,7 @@ class Flake8 < Formula
sha256 "cfbc382496c31b5c57e31ac2487d022a07673d9efd2d64cbc956d3e05c8d9afe" => :el_capitan
end
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "python@2" if MacOS.version <= :snow_leopard
def install
venv = virtualenv_create(libexec)