vte: make python a hard dependency.
This commit is contained in:
parent
bf070a5b74
commit
1271e40d23
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Vte < Formula
|
|||
depends_on 'glib'
|
||||
depends_on 'gtk+'
|
||||
depends_on 'pygtk'
|
||||
depends_on :python => :recommended
|
||||
depends_on :python
|
||||
|
||||
def install
|
||||
args = [
|
||||
|
|
Loading…
Reference in a new issue