aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index c7a4149aa..9fa30d85e 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -37,8 +37,8 @@ class Python < Formula
end
resource "pip" do
- url "https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz"
- sha1 "e6cd9e6f2fd8d28c9976313632ef8aa8ac31249e"
+ url "https://pypi.python.org/packages/source/p/pip/pip-6.0.3.tar.gz"
+ sha1 "67d4affd83ee2f3514ac1386bee59f10f672517c"
end
# Patch for pyport.h macro issue
@@ -330,6 +330,7 @@ class Python < Formula
system "#{bin}/python", "-c", "import sqlite3"
# Check if some other modules import. Then the linked libs are working.
system "#{bin}/python", "-c", "import Tkinter; root = Tkinter.Tk()"
+ system bin/"pip", "list"
end
end