diff options
| author | Mike McQuaid | 2014-05-08 18:23:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-15 19:04:31 +0100 |
| commit | a17d4f59d3cd8275dbbd37b86ab127452d92ddac (patch) | |
| tree | 9180edefe09f4f2033db4ea12b67e45391e960c8 | |
| parent | 352a9284d7f9a05f95b8de24dcf58ec457b40720 (diff) | |
| download | homebrew-a17d4f59d3cd8275dbbd37b86ab127452d92ddac.tar.bz2 | |
vte3: make python a hard dependency.
| -rw-r--r-- | Library/Formula/vte3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vte3.rb b/Library/Formula/vte3.rb index 965c74096..75694fe7a 100644 --- a/Library/Formula/vte3.rb +++ b/Library/Formula/vte3.rb @@ -11,8 +11,8 @@ class Vte3 < Formula depends_on "glib" depends_on "gtk+3" depends_on "pygtk" - depends_on :python => :recommended depends_on "gobject-introspection" + depends_on :python def install args = [ |
