supervisor: rename python@2 dependency
This commit is contained in:
parent
5dc0b47775
commit
983b95a411
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Supervisor < Formula
|
|||
sha256 "dfae5fc72acbfe08f53222ee70fa34259c29a46927272f1af8512c010acf02df" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "meld3" do
|
||||
url "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue