aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/pyqt.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb
index 8e7021997..9d4ddd501 100644
--- a/Library/Formula/pyqt.rb
+++ b/Library/Formula/pyqt.rb
@@ -5,6 +5,12 @@ class Pyqt < Formula
url 'https://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.3/PyQt-mac-gpl-4.10.3.tar.gz'
sha1 'ba5465f92fb43c9f0a5b948fa25df5045f160bf0'
+ bottle do
+ sha1 "889a67ff342caf18263d8b778947be6cf6d73b90" => :mavericks
+ sha1 "87a9c7aa3d55dcb33ab2bf6b0485b407d221f248" => :mountain_lion
+ sha1 "ce8f509b6101618e25657aaf337063540a359421" => :lion
+ end
+
depends_on :python => :recommended
depends_on :python3 => :optional