antlr4-cpp-runtime: update dependencies (#43115)

* update dependencies

* Update package.py
This commit is contained in:
吴坎 2024-03-14 02:00:54 +08:00 committed by GitHub
parent 3a828358cb
commit 7506acabe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,8 @@ class Antlr4CppRuntime(CMakePackage):
)
depends_on("libuuid", type=["build", "link"], when="@:4.10.1")
depends_on("git", type=["build"])
depends_on("pkgconfig", type=["build"])
def cmake_args(self):
args = [