theharvester: depend on pyyaml
Closes #110903. Signed-off-by: Daniel Nachun <9205048+danielnachun@users.noreply.github.com> Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
d9c7f74af7
commit
ffdd5ba861
|
@ -20,8 +20,8 @@ class Theharvester < Formula
|
|||
|
||||
depends_on "maturin" => :build
|
||||
depends_on "rust" => :build
|
||||
depends_on "libyaml"
|
||||
depends_on "python@3.10"
|
||||
depends_on "pyyaml"
|
||||
depends_on "six"
|
||||
|
||||
uses_from_macos "libxml2"
|
||||
|
@ -247,11 +247,6 @@ class Theharvester < Formula
|
|||
sha256 "4621bb890e54f43dce84f5139ea4d484a62886be1903c2fcb393af607943538f"
|
||||
end
|
||||
|
||||
resource "PyYAML" do
|
||||
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
|
||||
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
|
||||
end
|
||||
|
||||
resource "redis" do
|
||||
url "https://files.pythonhosted.org/packages/b3/17/1e567ff78c83854e16b98694411fe6e08c3426af866ad11397cddceb80d3/redis-3.5.3.tar.gz"
|
||||
sha256 "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"
|
||||
|
|
|
@ -442,7 +442,7 @@
|
|||
"exclude_packages": ["six"]
|
||||
},
|
||||
"theharvester": {
|
||||
"exclude_packages": ["six"]
|
||||
"exclude_packages": ["six", "PyYAML"]
|
||||
},
|
||||
"todoman": {
|
||||
"exclude_packages": ["six", "tabulate"]
|
||||
|
|
Loading…
Reference in New Issue