We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[email protected]
1 parent c375b2d commit 3e66d33Copy full SHA for 3e66d33
Formula/u/udis86.rb
@@ -25,7 +25,7 @@ class Udis86 < Formula
25
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8a15d4f3b8bad23184fdace5ddc482e4d1b5d7f98030791ecf91983ec909d5a"
26
end
27
28
- depends_on "python@3.12" => :build
+ depends_on "python@3.13" => :build
29
30
# Fix -flat_namespace being used on Big Sur and later.
31
patch do
@@ -36,7 +36,7 @@ class Udis86 < Formula
36
def install
37
system "./configure", "--prefix=#{prefix}",
38
"--enable-shared",
39
- "--with-python=#{which("python3.12")}"
+ "--with-python=#{which("python3.13")}"
40
system "make"
41
system "make", "install"
42
0 commit comments