yle-dl: cleanup python usage.

This commit is contained in:
Mike McQuaid 2014-01-04 13:09:58 +00:00
parent f59c0aa06e
commit c1847336d8

View file

@ -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}"