Skip to content

Commit

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

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 6075093 commit cd81ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/flintrock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Flintrock < Formula
url "https://files.pythonhosted.org/packages/dc/ad/6e3871a510f0d053aa49caee2140a2f64f2d3fa584d3b70408043295fa57/Flintrock-2.0.0.tar.gz"
sha256 "ccbbc912823772ea733802ca3f9751c98dacda8c67518683a3dc4ec8b1de38dd"
license "Apache-2.0"
revision 3
revision 4

bottle do
sha256 cellar: :any, arm64_monterey: "ec27133c880e689dc58673d23df62b7cf92557bc3605fdeebe485be06f41cac9"
Expand All @@ -18,7 +18,7 @@ class Flintrock < Formula
end

depends_on "rust" => :build
depends_on "python@3.9"
depends_on "python@3.10"
depends_on "six"

resource "bcrypt" do
Expand Down

0 comments on commit cd81ec0

Please sign in to comment.