diff --git a/scripts/pkgdep.sh b/scripts/pkgdep.sh index d8a93d1f1..3dabf4753 100755 --- a/scripts/pkgdep.sh +++ b/scripts/pkgdep.sh @@ -92,7 +92,7 @@ elif [ -f /etc/debian_version ]; then "Note: Some SPDK CLI dependencies could not be installed." # Additional dependencies for ISA-L used in compression apt-get install -y autoconf automake libtool -elif [ -f /etc/SuSE-release ]; then +elif [ -f /etc/SuSE-release ] || [ -f /etc/SUSE-brand ]; then zypper install -y gcc gcc-c++ make cunit-devel libaio-devel libopenssl-devel \ git-core lcov python-base python-pycodestyle libuuid-devel sg3_utils pciutils # Additional (optional) dependencies for showing backtrace in logs