aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/stgit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/stgit.rb')
-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"