Skip to content

Commit

Permalink
libxml2: Clearer wording Homebrew's site-packages
Browse files Browse the repository at this point in the history
Style fix in PythonInstalled req. that is :recommended.
  • Loading branch information
samueljohn committed Jun 18, 2013
1 parent 23953b3 commit 00ee817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/libxml2.rb
Expand Up @@ -19,7 +19,7 @@ class Libxml2 < Formula
depends_on :libtool
else
# 2.9.1 cannot build with Python 2.6: https://github.com/mxcl/homebrew/issues/20249
depends_on PythonInstalled.new("2.7", :recommended)
depends_on PythonInstalled.new("2.7") => :recommended
end

fails_with :llvm do
Expand Down Expand Up @@ -64,7 +64,7 @@ def caveats
if build.with? 'python'
<<-EOS.undent
Even if this formula is keg_only, the python bindings have been linked
into the global site-packages for your convenience.
into Homebrew's global site-packages for your convenience.
#{python.global_site_packages}
EOS
Expand Down

0 comments on commit 00ee817

Please sign in to comment.