flake8: rename python@2 dependency
This commit is contained in:
parent
b1eb73cb06
commit
e3df8e1bf1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue