aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTim D. Smith2014-12-27 00:07:19 -0500
committerMike McQuaid2014-12-27 10:03:34 +0000
commit1064ec93bd337d295074ae9f5d9c0228e301d236 (patch)
treecb354638aad9003fbf9f78b33cd39b027d2ae58b /Library/Formula
parentc6d776e2a7917c05b3031de6150e56ca9d080461 (diff)
downloadhomebrew-1064ec93bd337d295074ae9f5d9c0228e301d236.tar.bz2
pyqt: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyqt.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb
index 0f2e7cfdd..2227baa51 100644
--- a/Library/Formula/pyqt.rb
+++ b/Library/Formula/pyqt.rb
@@ -1,5 +1,3 @@
-require "formula"
-
class Pyqt < Formula
homepage "http://www.riverbankcomputing.co.uk/software/pyqt"
url "https://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.11.1/PyQt-mac-gpl-4.11.1.tar.gz"
@@ -19,7 +17,7 @@ class Pyqt < Formula
odie "pyqt: --with-python3 must be specified when using --without-python"
end
- depends_on 'qt' # From their site: PyQt currently supports Qt v4 and will build against Qt v5
+ depends_on "qt"
if build.with? "python3"
depends_on "sip" => "with-python3"