From 65094f1e4d77f622e25211e14afdf1003773f24b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 13:13:38 +0000 Subject: pygobject: cleanup python usage. --- Library/Formula/pygobject.rb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pygobject.rb b/Library/Formula/pygobject.rb index f60ebb54c..969950389 100644 --- a/Library/Formula/pygobject.rb +++ b/Library/Formula/pygobject.rb @@ -7,7 +7,6 @@ class Pygobject < Formula depends_on 'pkg-config' => :build depends_on 'glib' - depends_on :python option :universal @@ -18,11 +17,9 @@ class Pygobject < Formula def install ENV.universal_binary if build.universal? - python do - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}", - "--disable-introspection" - system "make install" - end + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--disable-introspection" + system "make install" end end -- cgit v1.2.3