aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lilypond.rb
diff options
context:
space:
mode:
authorSamuel John2013-07-16 11:12:14 +0200
committerSamuel John2013-07-16 11:12:14 +0200
commit4be7e33a1df313d9a630d26758bc1339430885e5 (patch)
tree1185c563cf12e3b31a3b8cf78d6e815a8720fad0 /Library/Formula/lilypond.rb
parente66faeb8a04ffd412fd1c60f055f718cf1993d38 (diff)
downloadhomebrew-4be7e33a1df313d9a630d26758bc1339430885e5.tar.bz2
Fix audit warnings for python modules
Diffstat (limited to 'Library/Formula/lilypond.rb')
-rw-r--r--Library/Formula/lilypond.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb
index 96c6f4285..624cdeb4e 100644
--- a/Library/Formula/lilypond.rb
+++ b/Library/Formula/lilypond.rb
@@ -42,7 +42,7 @@ class Lilypond < Formula
depends_on 'netpbm'
depends_on 'imagemagick'
depends_on 'docbook'
- depends_on LanguageModuleDependency.new(:python, 'dblatex', 'dbtexmf.dblatex')
+ depends_on :python => ['dbtexmf.dblatex' => 'dblatex']
depends_on 'texi2html'
end