Skip to content

Commit

Permalink
theharvester: migrate to python@3.10
Browse files Browse the repository at this point in the history
Closes #100025.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
cho-m authored and BrewTestBot committed Apr 24, 2022
1 parent 9456869 commit 0939cc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/theharvester.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Theharvester < Formula
url "https://github.com/laramies/theHarvester/archive/4.0.3.tar.gz"
sha256 "d4f1bb1cb0e3aa124489b5e71f6b9980a5054d48bcae2209b38a7aec1880e670"
license "GPL-2.0-only"
revision 1
head "https://github.com/laramies/theHarvester.git", branch: "master"

bottle do
Expand All @@ -20,7 +21,7 @@ class Theharvester < Formula
depends_on "maturin" => :build
depends_on "rust" => :build
depends_on "libyaml"
depends_on "python@3.9"
depends_on "python@3.10"
depends_on "six"

uses_from_macos "libxml2"
Expand Down

0 comments on commit 0939cc6

Please sign in to comment.