diff options
-rw-r--r-- | packaging/openvino.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/openvino.spec b/packaging/openvino.spec index 875837271..2cc55be60 100644 --- a/packaging/openvino.spec +++ b/packaging/openvino.spec @@ -63,6 +63,7 @@ BuildRequires: cmake BuildRequires: pkgconfig(libtbb) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkg-config +Requires: intel-mvnc-firmware %description OpenVINO™ toolkit, short for Open Visual Inference and Neural network Optimization toolkit, @@ -76,6 +77,7 @@ availability to the developer community to innovate deep learning and AI solutio %package devel Summary: Development package for OpenVINO™ Toolkit Requires: %{name} = %{version}-%{release} +Recommends: mvnc-2x8x-firmware %description devel Development package for Open Visual Inference and Neural network Optimization toolkit. |