redland: cleanup python usage.

This commit is contained in:
Mike McQuaid 2014-01-04 13:16:02 +00:00
parent 0e79e65366
commit 5da4980d01

View file

@ -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