Skip to content

Commit

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

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
XuehaiPan authored and BrewTestBot committed Dec 11, 2021
1 parent b82b1fd commit cae2a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/rabbitmq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Rabbitmq < Formula
sha256 cellar: :any_skip_relocation, all: "1e5c7b9a5dd11571857d2475a1889b7bdc843a3839f029b4d9a60a35837fcbf1"
end

depends_on "python@3.9" => :build
depends_on "python@3.10" => :build
depends_on "erlang"

def install
Expand Down

0 comments on commit cae2a45

Please sign in to comment.