diff options
| author | Mike McQuaid | 2014-05-01 21:10:36 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-06 19:34:03 +0100 |
| commit | 6bebb1151d4206e209bb0b34f6407869415febd9 (patch) | |
| tree | be5926a91b091527e1453232ab7be20afd844110 /Library | |
| parent | 416cb49093cefa98cf34b69ee13386972a426e61 (diff) | |
| download | homebrew-6bebb1151d4206e209bb0b34f6407869415febd9.tar.bz2 | |
stgit: don't depend on :python.
Use the system Python instead.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/stgit.rb | 2 |
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" |
