Skip to content

Commit

Permalink
xcb-proto: migrate to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Dec 15, 2024
1 parent 59326d6 commit e1db57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/x/xcb-proto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class XcbProto < Formula
end

depends_on "pkgconf" => [:build, :test]
depends_on "python@3.12" => [:build, :test]
depends_on "python@3.13" => [:build, :test]

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

def install
Expand Down

0 comments on commit e1db57d

Please sign in to comment.