theharvester: depend on python-typing-extensions

Closes #111662.

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 12:14:19 +02:00 committed by BrewTestBot
parent e388a1cfd4
commit 8f3444adf5
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -21,6 +21,7 @@ class Theharvester < Formula
depends_on "maturin" => :build
depends_on "rust" => :build
depends_on "python-typing-extensions"
depends_on "python@3.10"
depends_on "pyyaml"
depends_on "six"
@ -313,11 +314,6 @@ class Theharvester < Formula
sha256 "d359de7217506c9851b7869f3708d8ee53ed70a1b8edbba4dbcb47442592920d"
end
resource "typing-extensions" do
url "https://files.pythonhosted.org/packages/0d/4a/60ba3706797b878016f16edc5fbaf1e222109e38d0fa4d7d9312cb53f8dd/typing_extensions-4.0.1.tar.gz"
sha256 "4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e"
end
resource "typing-inspect" do
url "https://files.pythonhosted.org/packages/c3/da/864ce66818e308b38209d4b1ef0585921d28eb07621ba7d905a0e96bcc80/typing_inspect-0.7.1.tar.gz"
sha256 "047d4097d9b17f46531bf6f014356111a1b6fb821a24fe7ac909853ca2a782aa"

View File

@ -479,7 +479,7 @@
"exclude_packages": ["six"]
},
"theharvester": {
"exclude_packages": ["six", "PyYAML"]
"exclude_packages": ["six", "PyYAML", "typing-extensions"]
},
"todoman": {
"exclude_packages": ["six", "tabulate"]