localstack: depend on pyyaml

Closes #112574.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-10-07 23:53:21 +02:00 committed by BrewTestBot
parent 0b8f19a2b7
commit fd4426e7d7
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -20,6 +20,7 @@ class Localstack < Formula
depends_on "docker" => :test
depends_on "libpython-tabulate"
depends_on "python@3.10"
depends_on "pyyaml"
depends_on "six"
on_linux do
@ -166,11 +167,6 @@ class Localstack < Formula
sha256 "55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a"
end
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
end
resource "requests" do
url "https://files.pythonhosted.org/packages/6b/47/c14abc08432ab22dc18b9892252efaf005ab44066de871e72a38d6af464b/requests-2.25.1.tar.gz"
sha256 "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"

View File

@ -262,7 +262,7 @@
"exclude_packages": ["six", "tabulate"]
},
"localstack": {
"exclude_packages": ["six", "tabulate"]
"exclude_packages": ["six", "tabulate", "PyYAML"]
},
"locust": {
"exclude_packages": ["six", "typing-extensions"]