locust: depend on python-typing-extensions

Closes #111651.

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-25 11:46:41 +02:00 committed by BrewTestBot
parent 84826d1602
commit b84e738ba5
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -16,6 +16,7 @@ class Locust < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0452e81ee702d4704e9abc873bf7a727118670e0cc4a75a7918480540a8187a" sha256 cellar: :any_skip_relocation, x86_64_linux: "b0452e81ee702d4704e9abc873bf7a727118670e0cc4a75a7918480540a8187a"
end end
depends_on "python-typing-extensions"
depends_on "python@3.10" depends_on "python@3.10"
depends_on "six" depends_on "six"
@ -119,11 +120,6 @@ class Locust < Formula
sha256 "7e9d19a5bd6123d99993fb935fa86d25c88bb2096e493885f61737ed0f5e9abd" sha256 "7e9d19a5bd6123d99993fb935fa86d25c88bb2096e493885f61737ed0f5e9abd"
end end
resource "typing-extensions" do
url "https://files.pythonhosted.org/packages/9e/1d/d128169ff58c501059330f1ad96ed62b79114a2eb30b8238af63a2e27f70/typing_extensions-4.3.0.tar.gz"
sha256 "e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"
end
resource "urllib3" do resource "urllib3" do
url "https://files.pythonhosted.org/packages/b2/56/d87d6d3c4121c0bcec116919350ca05dc3afd2eeb7dc88d07e8083f8ea94/urllib3-1.26.12.tar.gz" url "https://files.pythonhosted.org/packages/b2/56/d87d6d3c4121c0bcec116919350ca05dc3afd2eeb7dc88d07e8083f8ea94/urllib3-1.26.12.tar.gz"
sha256 "3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e" sha256 "3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"

View File

@ -261,7 +261,7 @@
"exclude_packages": ["six", "tabulate"] "exclude_packages": ["six", "tabulate"]
}, },
"locust": { "locust": {
"exclude_packages": ["six"] "exclude_packages": ["six", "typing-extensions"]
}, },
"mackup": { "mackup": {
"exclude_packages": ["six"] "exclude_packages": ["six"]