From 6bebb1151d4206e209bb0b34f6407869415febd9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 1 May 2014 21:10:36 +0100 Subject: stgit: don't depend on :python. Use the system Python instead. --- Library/Formula/stgit.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Formula/stgit.rb') diff --git a/Library/Formula/stgit.rb b/Library/Formula/stgit.rb index 1be1c1000..b2e0878e6 100644 --- a/Library/Formula/stgit.rb +++ b/Library/Formula/stgit.rb @@ -7,8 +7,6 @@ class Stgit < Formula head 'git://repo.or.cz/stgit.git' - depends_on :python - def install ENV['PYTHON'] = 'python' # overrides 'python2' built into makefile system "make", "prefix=#{prefix}", "all" -- cgit v1.2.3