sslmate: rename python@2 dependency
This commit is contained in:
parent
3e81d0b2b0
commit
5314d9ebab
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Sslmate < Formula
|
|||
end
|
||||
|
||||
if build.with? "route53"
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "boto" do
|
||||
url "https://files.pythonhosted.org/packages/source/b/boto/boto-2.38.0.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue