aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-09-14 11:49:54 +0100
committerMike McQuaid2013-09-14 12:21:49 +0100
commit0675ba29464fd9600f83eafff2df5c8e993d7533 (patch)
treed412c780d496cb33911760cfb4f4248c9eb5fc30 /Library/Formula/python3.rb
parent1935e4fcd6601bb413991f2524aaf4e46dbbff8b (diff)
downloadhomebrew-0675ba29464fd9600f83eafff2df5c8e993d7533.tar.bz2
Rename PythonInstalled to PythonDependency.
Make it more consistent with other requirements.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 506068d2e..54c20b3cc 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -138,9 +138,9 @@ class Python3 < Formula
# Make sure homebrew symlinks it to HOMEBREW_PREFIX/bin.
ln_s "#{bin}/python#{VER}", "#{bin}/python3" unless (bin/"python3").exist?
- # We ship setuptools and pip and reuse the PythonInstalled
+ # We ship setuptools and pip and reuse the PythonDependency
# Requirement here to write the sitecustomize.py
- py = PythonInstalled.new(VER)
+ py = PythonDependency.new(VER)
py.binary = bin/"python#{VER}"
py.modify_build_environment