awscli@1: depend on pyyaml

Closes #110232.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-09-10 21:26:12 +03:00 committed by BrewTestBot
parent 34768ae46d
commit 5e3428f585
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 7 deletions

View File

@ -24,8 +24,8 @@ class AwscliAT1 < Formula
keg_only :versioned_formula
depends_on "libyaml" # for faster PyYAML
depends_on "python@3.10"
depends_on "pyyaml"
depends_on "six"
uses_from_macos "groff"
@ -60,11 +60,6 @@ class AwscliAT1 < Formula
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
end
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz"
sha256 "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"
end
resource "rsa" do
url "https://files.pythonhosted.org/packages/db/b5/475c45a58650b0580421746504b680cd2db4e81bc941e94ca53785250269/rsa-4.7.2.tar.gz"
sha256 "9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9"

View File

@ -32,7 +32,7 @@
"exclude_packages": ["six"]
},
"awscli@1": {
"exclude_packages": ["six"]
"exclude_packages": ["six", "PyYAML"]
},
"awsume": {
"exclude_packages": ["six"]