From 0cf00612cd768b72ec06faf06a172af837430878 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 1 Mar 2018 23:47:33 -0800 Subject: [PATCH] itstool: rename python@2 dependency --- Formula/itstool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/itstool.rb b/Formula/itstool.rb index d988cf887d..7233b20422 100644 --- a/Formula/itstool.rb +++ b/Formula/itstool.rb @@ -29,7 +29,7 @@ class Itstool < Formula depends_on "automake" => :build end - depends_on "python" if MacOS.version <= :snow_leopard + depends_on "python@2" if MacOS.version <= :snow_leopard depends_on "libxml2" def install