aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-03-16 15:20:00 +0000
committerMike McQuaid2014-03-16 15:20:54 +0000
commitbbedce1c2efcf8afd6d8f62599cad284a279c072 (patch)
tree3911a2552f19a959c7073680da3f3959de2261c9 /Library/Formula
parentc73e856384e18bd45c8115984d5352f43e71057c (diff)
downloadhomebrew-bbedce1c2efcf8afd6d8f62599cad284a279c072.tar.bz2
python: remove bottles.
Closes #26900.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/python.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index e06002359..6425261ce 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -6,12 +6,6 @@ class Python < Formula
url 'http://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz'
sha1 '8328d9f1d55574a287df384f4931a3942f03da64'
- bottle do
- sha1 "bd1a71fbaa383011828fce5ff7c011c427e76761" => :mavericks
- sha1 "365dd0affa9dabd97ff607af9f7cba425510a645" => :mountain_lion
- sha1 "02326a2f3b2e5e55cd2830f39478178f9074ff92" => :lion
- end
-
option :universal
option 'quicktest', "Run `make quicktest` after the build (for devs; may fail)"
option 'with-brewed-openssl', "Use Homebrew's openSSL instead of the one from OS X"