qscintilla2: fix a strict audit error
This commit is contained in:
parent
a7309b8f75
commit
18f00d5dc8
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ class Qscintilla2 < Formula
|
|||
sha256 "d487010da4ab0eee416ae7dcd1f22e2be2ed60984dda8da1b579094351e173f4" => :mountain_lion
|
||||
end
|
||||
|
||||
option "without-plugin", "Skip building the Qt Designer plugin"
|
||||
|
||||
depends_on :python => :recommended
|
||||
depends_on :python3 => :optional
|
||||
|
||||
option "without-plugin", "Skip building the Qt Designer plugin"
|
||||
|
||||
if build.with? "python3"
|
||||
depends_on "pyqt" => "with-python3"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue