scour: depends on six

Closes #110546.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-09-13 10:16:49 +02:00 committed by BrewTestBot
parent f59c70b15c
commit 5e3dae44ac
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 4 additions and 5 deletions

View File

@ -21,11 +21,7 @@ class Scour < Formula
end end
depends_on "python@3.10" depends_on "python@3.10"
depends_on "six"
resource "six" do
url "https://files.pythonhosted.org/packages/6b/34/415834bfdafca3c5f451532e8a8d9ba89a21c9743a0c59fbd0205c7f9426/six-1.15.0.tar.gz"
sha256 "30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"
end
def install def install
virtualenv_install_with_resources virtualenv_install_with_resources

View File

@ -400,6 +400,9 @@
"scipy": { "scipy": {
"exclude_packages": ["numpy"] "exclude_packages": ["numpy"]
}, },
"scour": {
"exclude_packages": ["six"]
},
"semgrep": "semgrep", "semgrep": "semgrep",
"shallow-backup": { "shallow-backup": {
"exclude_packages": ["six"] "exclude_packages": ["six"]