termius: remove options
Closes #32458. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
c61cf01b27
commit
1cfa45642b
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ class Termius < Formula
|
|||
sha256 "46d51f5c8e0e0c23bab503d2c60fcd051688b20d8e835f8ed747e92993517949" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "bash-completion"
|
||||
depends_on "openssl"
|
||||
depends_on "python@2"
|
||||
depends_on "bash-completion" => :recommended
|
||||
depends_on "zsh-completions" => :recommended
|
||||
depends_on "zsh-completions"
|
||||
|
||||
def install
|
||||
venv = virtualenv_create(libexec)
|
||||
|
|
Loading…
Reference in a new issue