aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-03-12 13:28:05 +0000
committerMike McQuaid2014-03-12 13:28:05 +0000
commitd64836835174584769de2d5e503fec955e919c92 (patch)
tree0e17e7d57d19ec0c38ebb7d3d9ebbb6308f98587 /Library
parentbe8cd02b0e99338a0fbadc3eea4e71fbe5c1901c (diff)
downloadhomebrew-d64836835174584769de2d5e503fec955e919c92.tar.bz2
lilypond: fix python module import.
Diffstat (limited to 'Library')
-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 238db9077..b1a527a12 100644
--- a/Library/Formula/lilypond.rb
+++ b/Library/Formula/lilypond.rb
@@ -50,7 +50,7 @@ class Lilypond < Formula
depends_on 'netpbm'
depends_on 'imagemagick'
depends_on 'docbook'
- depends_on 'dbtexmf.dblatex' => :python
+ depends_on "dblatex" => [:python, "dbtexmf.dblatex"]
depends_on :python
depends_on 'texi2html'
end