From 90410e75aaa61fac2eefc5d7bb13b3489ee8486e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 23 Jan 2014 20:49:24 -0800 Subject: py3cairo: cleanup python usage (again). --- Library/Formula/py3cairo.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/py3cairo.rb b/Library/Formula/py3cairo.rb index afe18e5c5..265fecbe1 100644 --- a/Library/Formula/py3cairo.rb +++ b/Library/Formula/py3cairo.rb @@ -11,12 +11,10 @@ class Py3cairo < Formula depends_on :python3 def install - python3 do - ENV['PYTHON'] = "python3" - system "./waf", "configure", "--prefix=#{prefix}" - system "./waf", "build" - system "./waf", "install" - end + ENV['PYTHON'] = "python3" + system "./waf", "configure", "--prefix=#{prefix}" + system "./waf", "build" + system "./waf", "install" end test do -- cgit v1.2.3