diff options
| author | Mike McQuaid | 2014-01-04 13:14:08 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:35:46 +0000 |
| commit | d41f8799706d4a19eee31f411ba2bff4e13654ea (patch) | |
| tree | c3bafed00dbfc526a7d61bf968cf7f16b1c911ec /Library | |
| parent | daf89e982c8cda64b3793fe251610303390f7880 (diff) | |
| download | homebrew-d41f8799706d4a19eee31f411ba2bff4e13654ea.tar.bz2 | |
pygtkglext: cleanup python usage.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pygtkglext.rb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Library/Formula/pygtkglext.rb b/Library/Formula/pygtkglext.rb index 326af30da..a79c224e3 100644 --- a/Library/Formula/pygtkglext.rb +++ b/Library/Formula/pygtkglext.rb @@ -6,7 +6,6 @@ class Pygtkglext < Formula sha1 '2ae3e87e8cdfc3318d8ff0e33b344377cb3df7cb' depends_on 'pkg-config' => :build - depends_on :python depends_on 'pygtk' depends_on 'gtkglext' depends_on 'pygobject' @@ -18,13 +17,7 @@ class Pygtkglext < Formula system "make install" end - def caveats - python.standard_caveats if python - end - test do - python do - system python, "-c", "import pygtk", "pygtk.require('2.0')", "import gtk.gtkgl" - end + system "python", "-c", "import pygtk", "pygtk.require('2.0')", "import gtk.gtkgl" end end |
