diff options
| author | Tim D. Smith | 2014-12-27 00:07:19 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 10:03:34 +0000 |
| commit | 1064ec93bd337d295074ae9f5d9c0228e301d236 (patch) | |
| tree | cb354638aad9003fbf9f78b33cd39b027d2ae58b /Library/Formula | |
| parent | c6d776e2a7917c05b3031de6150e56ca9d080461 (diff) | |
| download | homebrew-1064ec93bd337d295074ae9f5d9c0228e301d236.tar.bz2 | |
pyqt: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pyqt.rb | 4 |
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" |
