Skip to content

Commit

Permalink
yle-dl: cleanup python usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 4, 2014
1 parent f59c0aa commit c184733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/yle-dl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit c184733

Please sign in to comment.