cppcheck: migrate to python@3.11

master
ryenus 2022-12-26 14:52:03 +08:00 committed by Rui Chen
parent 501793b59d
commit 7df9aa76c5
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@ class Cppcheck < Formula
end
depends_on "cmake" => :build
depends_on "python@3.10" => [:build, :test]
depends_on "python@3.11" => [:build, :test]
depends_on "pcre"
depends_on "tinyxml2"
uses_from_macos "libxml2"
def python3
which("python3.10")
which("python3.11")
end
def install