appscale-tools: does not support Python 3
This commit is contained in:
parent
309fc07ee4
commit
e956a7461a
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ class AppscaleTools < Formula
|
|||
|
||||
depends_on "libyaml"
|
||||
depends_on "openssl@1.1"
|
||||
depends_on "python@2"
|
||||
# Uses SOAPPy, which does not support Python 3
|
||||
depends_on "python@2" # does not support Python 3
|
||||
depends_on "ssh-copy-id"
|
||||
|
||||
resource "retrying" do
|
||||
|
|
Loading…
Reference in a new issue