gitfs: rename python@2 dependency
This commit is contained in:
parent
af8382532a
commit
b29a6c2483
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Gitfs < Formula
|
|||
|
||||
depends_on "libgit2"
|
||||
depends_on :osxfuse
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "atomiclong" do
|
||||
url "https://files.pythonhosted.org/packages/86/8c/70aea8215c6ab990f2d91e7ec171787a41b7fbc83df32a067ba5d7f3324f/atomiclong-0.1.1.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue