diff options
Diffstat (limited to 'Library/Formula/py3cairo.rb')
| -rw-r--r-- | Library/Formula/py3cairo.rb | 10 |
1 files changed, 4 insertions, 6 deletions
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 |
