Skip to content

Commit

Permalink
ola: migrate to [email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 15, 2024
1 parent 134cd06 commit 2f10e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/o/ola.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Ola < Formula
depends_on "libusb"
depends_on "numpy"
depends_on "protobuf@21"
depends_on "python@3.12"
depends_on "python@3.13"

uses_from_macos "bison" => :build
uses_from_macos "flex" => :build
Expand All @@ -53,7 +53,7 @@ class Ola < Formula
end

def python3
"python3.12"
"python3.13"
end

# Remove when we use unversioned protobuf
Expand Down

0 comments on commit 2f10e89

Please sign in to comment.