From 99ce606d013e0e5e149db0f59f87faf9b016d3a8 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Tue, 3 Sep 2013 16:05:32 +0200 Subject: enchant: Don't download of distribute on-the-fly --- Library/Formula/enchant.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/enchant.rb b/Library/Formula/enchant.rb index 56353ad19..2d331c8e0 100644 --- a/Library/Formula/enchant.rb +++ b/Library/Formula/enchant.rb @@ -26,6 +26,8 @@ class Enchant < Formula if build.with? 'python' # Now we handle the python bindings from the subformulae PyEnchant PyEnchant.new.brew do + # Don't download and install distribute now + inreplace 'setup.py', "distribute_setup.use_setuptools()", "" python do ENV['PYENCHANT_LIBRARY_PATH'] = lib/'libenchant.dylib' system python, 'setup.py', 'install', "--prefix=#{prefix}", -- cgit v1.2.3