yle-dl: cleanup python usage.
This commit is contained in:
parent
f59c0aa06e
commit
c1847336d8
1 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue