Skip to content

Commit

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

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
cclauss authored and BrewTestBot committed Dec 10, 2021
1 parent c67b0a8 commit 17752f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ctemplate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Ctemplate < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "python@3.9" => :build
depends_on "python@3.10" => :build

def install
system "./autogen.sh"
Expand Down

0 comments on commit 17752f9

Please sign in to comment.