diff options
| author | Jack Nagel | 2013-07-22 11:41:47 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-22 11:41:47 -0500 |
| commit | 6090b9b2bfef8d60e34af28f139faea58dc70631 (patch) | |
| tree | a8b3e53d7a6bea8db3661b6edfd6ac50114c3f3b /Library/Homebrew/requirements/python_dependency.rb | |
| parent | e33cdb2f8bd8d3e8a4862a64c3a8a056a03a45da (diff) | |
| download | brew-6090b9b2bfef8d60e34af28f139faea58dc70631.tar.bz2 | |
Silence warnings
Diffstat (limited to 'Library/Homebrew/requirements/python_dependency.rb')
| -rw-r--r-- | Library/Homebrew/requirements/python_dependency.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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` |
