diff options
| author | Mike McQuaid | 2014-01-06 12:14:10 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-06 12:14:13 +0000 | 
| commit | 53aa5b5ae37cb6fd75d398e3f0fe0ce0804f7eca (patch) | |
| tree | f0b54b34f9248fbe9f18c262b31261b053929329 /Library/Formula | |
| parent | 7de742095e1e65de7440dbc3d3e6e24c5f095b86 (diff) | |
| download | homebrew-53aa5b5ae37cb6fd75d398e3f0fe0ce0804f7eca.tar.bz2 | |
py2cairo: re-add :python dep.
Closes #25669.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/py2cairo.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/py2cairo.rb b/Library/Formula/py2cairo.rb index 17d3016b2..a36791839 100644 --- a/Library/Formula/py2cairo.rb +++ b/Library/Formula/py2cairo.rb @@ -8,6 +8,7 @@ class Py2cairo < Formula    depends_on 'pkg-config' => :build    depends_on 'cairo'    depends_on :x11 +  depends_on :python    option :universal  | 
