Skip to content

Commit 9727754

Browse files
authored
Merge pull request Homebrew#194221 from Homebrew/udis86-py3.13
udis86: migrate to `[email protected]`
2 parents 60793b7 + 3e66d33 commit 9727754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/u/udis86.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Udis86 < Formula
2525
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8a15d4f3b8bad23184fdace5ddc482e4d1b5d7f98030791ecf91983ec909d5a"
2626
end
2727

28-
depends_on "python@3.12" => :build
28+
depends_on "python@3.13" => :build
2929

3030
# Fix -flat_namespace being used on Big Sur and later.
3131
patch do
@@ -36,7 +36,7 @@ class Udis86 < Formula
3636
def install
3737
system "./configure", "--prefix=#{prefix}",
3838
"--enable-shared",
39-
"--with-python=#{which("python3.12")}"
39+
"--with-python=#{which("python3.13")}"
4040
system "make"
4141
system "make", "install"
4242
end

0 commit comments

Comments
 (0)