diff options
| author | Mike McQuaid | 2014-01-04 13:09:58 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:35:48 +0000 | 
| commit | 2b56f0fc55a485103c2b2d7a505f128a3e7e9806 (patch) | |
| tree | f1822cd288927758f4b258fc8e90d399bb6a4a2d /Library | |
| parent | 1dca4e9d8a2bbd19930232ce2be673f986f6f1de (diff) | |
| download | homebrew-2b56f0fc55a485103c2b2d7a505f128a3e7e9806.tar.bz2 | |
yle-dl: cleanup python usage.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/yle-dl.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/yle-dl.rb b/Library/Formula/yle-dl.rb index 6ce1cdc9c..204335f30 100644 --- a/Library/Formula/yle-dl.rb +++ b/Library/Formula/yle-dl.rb @@ -8,7 +8,8 @@ class YleDl < Formula    head 'https://github.com/aajanki/yle-dl.git'    depends_on 'rtmpdump' -  depends_on :python => ['Crypto' => 'pycrypto'] +  depends_on :python +  depends_on 'Crypto' => :python    def install      system "make", "install", "SYS=darwin", "prefix=#{prefix}", "mandir=#{man}"  | 
