diff options
| author | Mike McQuaid | 2014-04-30 23:37:37 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-05-06 19:34:01 +0100 | 
| commit | 0aeb86d4bfdd04814e246ee4c6ab1987ad24d93f (patch) | |
| tree | e8a13fc724e59a8af945a7fb3c836ed45186016f /Library/Formula/dtrx.rb | |
| parent | 8732d683358aa41a048fc9ce9caa0030835d6b65 (diff) | |
| download | homebrew-0aeb86d4bfdd04814e246ee4c6ab1987ad24d93f.tar.bz2 | |
dtrx: don't depend on :python.
Use the system Python instead.
Diffstat (limited to 'Library/Formula/dtrx.rb')
| -rw-r--r-- | Library/Formula/dtrx.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/dtrx.rb b/Library/Formula/dtrx.rb index dca47a191..1ee2d210f 100644 --- a/Library/Formula/dtrx.rb +++ b/Library/Formula/dtrx.rb @@ -5,7 +5,6 @@ class Dtrx < Formula    url 'http://brettcsmith.org/2007/dtrx/dtrx-7.1.tar.gz'    sha1 '05cfe705a04a8b84571b0a5647cd2648720791a4' -  depends_on :python    depends_on 'cabextract' => :optional    depends_on 'lha' => :optional    depends_on 'unshield' => :optional  | 
