awscli 1.15.60
remove PyYAML constraint Closes #30194. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
af5c672350
commit
ddd8b73b45
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ class Awscli < Formula
|
|||
desc "Official Amazon AWS command-line interface"
|
||||
homepage "https://aws.amazon.com/cli/"
|
||||
# awscli should only be updated every 10 releases on multiples of 10
|
||||
url "https://github.com/aws/aws-cli/archive/1.15.50.tar.gz"
|
||||
sha256 "497457cb08e0c64a2315d23a5d0c0277a96a0c271ce8c9b2f8dc892be417926c"
|
||||
url "https://github.com/aws/aws-cli/archive/1.15.60.tar.gz"
|
||||
sha256 "b706590ea6507a0beafef2b030a09f0f33f5f7d05c8f0bd458f94d579baa7b98"
|
||||
head "https://github.com/aws/aws-cli.git", :branch => "develop"
|
||||
|
||||
bottle do
|
||||
|
@ -23,7 +23,7 @@ class Awscli < Formula
|
|||
def install
|
||||
venv = virtualenv_create(libexec, "python3")
|
||||
system libexec/"bin/pip", "install", "-v", "--no-binary", ":all:",
|
||||
"--ignore-installed", "PyYAML==3.13", buildpath
|
||||
"--ignore-installed", buildpath
|
||||
system libexec/"bin/pip", "uninstall", "-y", "awscli"
|
||||
venv.pip_install_and_link buildpath
|
||||
pkgshare.install "awscli/examples"
|
||||
|
|
Loading…
Reference in a new issue