redland: cleanup python usage.
This commit is contained in:
parent
0e79e65366
commit
5da4980d01
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue