Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
python: remove bottles.
Browse files Browse the repository at this point in the history
Closes #26900.
  • Loading branch information
MikeMcQuaid committed Mar 16, 2014
1 parent c73e856 commit bbedce1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Library/Formula/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bbedce1

Please sign in to comment.