Skip to content

Commit

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

Signed-off-by: Michka Popoff <3406519+iMichka@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 7468a12 commit 8e36318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/weechat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Weechat < Formula
url "https://weechat.org/files/src/weechat-3.3.tar.xz"
sha256 "cafeab8af8be4582ccfd3e74fd40e5086a1efa158231f2c26b8b05c3950fcbdf"
license "GPL-3.0-or-later"
revision 1
head "https://github.com/weechat/weechat.git", branch: "master"

bottle do
Expand All @@ -26,7 +27,7 @@ class Weechat < Formula
depends_on "lua"
depends_on "ncurses"
depends_on "perl"
depends_on "python@3.9"
depends_on "python@3.10"
depends_on "ruby"

uses_from_macos "curl"
Expand Down

0 comments on commit 8e36318

Please sign in to comment.