From 6090b9b2bfef8d60e34af28f139faea58dc70631 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 22 Jul 2013 11:41:47 -0500 Subject: Silence warnings --- Library/Homebrew/requirements/python_dependency.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/requirements/python_dependency.rb') diff --git a/Library/Homebrew/requirements/python_dependency.rb b/Library/Homebrew/requirements/python_dependency.rb index 3e6206857..e46b8fdca 100644 --- a/Library/Homebrew/requirements/python_dependency.rb +++ b/Library/Homebrew/requirements/python_dependency.rb @@ -18,7 +18,7 @@ class PythonInstalled < Requirement attr_reader :if3then3 attr_reader :imports attr_accessor :site_packages - attr_accessor :binary # The python.rb formula needs to set the binary + attr_writer :binary # The python.rb formula needs to set the binary fatal true # you can still make Python optional by `depends_on :python => :optional` -- cgit v1.2.3