aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-05-01 21:10:36 +0100
committerMike McQuaid2014-05-06 19:34:03 +0100
commit6bebb1151d4206e209bb0b34f6407869415febd9 (patch)
treebe5926a91b091527e1453232ab7be20afd844110 /Library/Formula
parent416cb49093cefa98cf34b69ee13386972a426e61 (diff)
downloadhomebrew-6bebb1151d4206e209bb0b34f6407869415febd9.tar.bz2
stgit: don't depend on :python.
Use the system Python instead.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/stgit.rb2
1 files changed, 0 insertions, 2 deletions
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"