From 84a34a4c31b80f7e563211574e88546e9421c44d Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 27 Feb 2018 08:37:55 -0800 Subject: [PATCH] ipython: rename python dependency --- Formula/ipython.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/ipython.rb b/Formula/ipython.rb index 709b2d82e5..bb44389ccc 100644 --- a/Formula/ipython.rb +++ b/Formula/ipython.rb @@ -5,7 +5,7 @@ class Ipython < Formula homepage "https://ipython.org/" url "https://files.pythonhosted.org/packages/fa/50/974211502bd72873728d44c3013fe79875c819c8fb69f778bcfd67bc7d38/ipython-6.2.1.tar.gz" sha256 "51c158a6c8b899898d1c91c6b51a34110196815cc905f9be0fa5878e19355608" - revision 1 + revision 2 head "https://github.com/ipython/ipython.git" bottle do @@ -15,7 +15,7 @@ class Ipython < Formula sha256 "e5e5cd6815eba1e364e9d2d15857b2ce027f8bb7634a139c56182e61b99de12f" => :el_capitan end - depends_on "python3" + depends_on "python" resource "appnope" do url "https://files.pythonhosted.org/packages/26/34/0f3a5efac31f27fabce64645f8c609de9d925fe2915304d1a40f544cff0e/appnope-0.1.0.tar.gz"