From 5f110389558c0ef74b34c70cd55bc2d6a712dfef Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 13:16:02 +0000 Subject: redland: cleanup python usage. --- Library/Formula/redland.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb index ee84e69fd..9af0a895b 100644 --- a/Library/Formula/redland.rb +++ b/Library/Formula/redland.rb @@ -73,7 +73,7 @@ class Redland < Formula end if build.with? 'python' - ENV['PYTHON_LIB'] = python.site_packages + ENV['PYTHON_LIB'] = lib/'python2.7/site-packages' args << "--with-python" end @@ -112,8 +112,6 @@ class Redland < Formula EOS end - s += python.standard_caveats if python - return s.empty? ? nil : s end end -- cgit v1.2.3