Skip to content

Commit

Permalink
cassandra: migrate to [email protected]
Browse files Browse the repository at this point in the history
Closes #99994.

Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
cho-m authored and BrewTestBot committed Apr 24, 2022
1 parent 0514316 commit b77c79c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/cassandra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Cassandra < Formula
mirror "https://archive.apache.org/dist/cassandra/4.0.3/apache-cassandra-4.0.3-bin.tar.gz"
sha256 "33623300bef39c75c73c3b51ad45b453e40e27a0816af3a1466537aa79e5f50d"
license "Apache-2.0"
revision 1

bottle do
rebuild 1
Expand All @@ -21,7 +22,7 @@ class Cassandra < Formula

depends_on "libcython" => :build
depends_on "openjdk@11"
depends_on "python@3.9"
depends_on "python@3.10"
depends_on "six"

resource "thrift" do
Expand Down

0 comments on commit b77c79c

Please sign in to comment.