diff options
| author | Mike McQuaid | 2014-05-01 21:10:58 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-05-06 19:34:04 +0100 | 
| commit | c9427a958aaec2957c688505bf2209bf94d6ccdc (patch) | |
| tree | 0026f6304426525d5ab6494d818765b63a8a0ae6 /Library/Formula/zpython.rb | |
| parent | f84a9341b629de5653a69ee3b947b7c8a933ddc3 (diff) | |
| download | homebrew-c9427a958aaec2957c688505bf2209bf94d6ccdc.tar.bz2 | |
zpython: don't depend on :python.
Use the system Python instead.
Diffstat (limited to 'Library/Formula/zpython.rb')
| -rw-r--r-- | Library/Formula/zpython.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/zpython.rb b/Library/Formula/zpython.rb index a0c0fc791..b7e66ec59 100644 --- a/Library/Formula/zpython.rb +++ b/Library/Formula/zpython.rb @@ -40,7 +40,6 @@ class Zpython < Formula    head 'https://bitbucket.org/ZyX_I/zsh.git', :branch => 'zpython'    depends_on Zsh5Installed -  depends_on :python    depends_on :autoconf => :build    def install  | 
