Update install_openvino_dependencies.sh (#4183)

* Update install_openvino_dependencies.sh

Added python packages for CentOS 7

* Update install_openvino_dependencies.sh
This commit is contained in:
Dmitrii Denisov
2021-02-05 17:45:21 +03:00
committed by GitHub
parent 6c3c0cca24
commit d323e43e69

View File

@@ -270,6 +270,9 @@ elif [ "$os" == "centos7" ] ; then
wavpack
xz-libs
zlib
python36-gi
python36-gobject
python36-gobject-devel
)
if [ -n "$extra" ] ; then