Skip to content

Commit be65edd

Browse files
committed
openvino: migrate to pkgconf
1 parent cdf2047 commit be65edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/o/openvino.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Openvino < Formula
2424

2525
depends_on "cmake" => [:build, :test]
2626
depends_on "flatbuffers" => :build
27-
depends_on "pkg-config" => [:build, :test]
27+
depends_on "pkgconf" => [:build, :test]
2828
depends_on "protobuf@21" => :build
2929
depends_on "pybind11" => :build
3030
depends_on "python-setuptools" => :build

0 commit comments

Comments
 (0)