search-that-hash: depend on python-typing-extensions

Closes #112578.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-10-08 00:07:31 +02:00 committed by BrewTestBot
parent 9c4614aa8d
commit 46c5c4eafb
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 4 additions and 5 deletions

View File

@ -19,6 +19,7 @@ class SearchThatHash < Formula
end
depends_on "poetry" => :build
depends_on "python-typing-extensions"
depends_on "python@3.10"
resource "appdirs" do
@ -111,11 +112,6 @@ class SearchThatHash < Formula
sha256 "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
end
resource "typing-extensions" do
url "https://files.pythonhosted.org/packages/ed/12/c5079a15cf5c01d7f4252b473b00f7e68ee711be605b9f001528f0298b98/typing_extensions-3.10.0.2.tar.gz"
sha256 "49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"
end
resource "urllib3" do
url "https://files.pythonhosted.org/packages/1b/a5/4eab74853625505725cefdf168f48661b2cd04e7843ab836f3f63abf81da/urllib3-1.26.9.tar.gz"
sha256 "aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"

View File

@ -448,6 +448,9 @@
"scour": {
"exclude_packages": ["six"]
},
"search-that-hash": {
"exclude_packages": ["typing-extensions"]
},
"semgrep": {
"package_name": "semgrep",
"exclude_packages": ["jsonschema", "attrs", "pyrsistent", "typing-extensions"]