pkgdep: replace python-base with python3-base on sles
Python 2 has been removed from SLE so python-base installation will fail and we only need python 3 anyway. Change-Id: I0ac17b87313858f733f9dbbdf034cc5b118ef469 Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17224 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
This commit is contained in:
parent
657cddc209
commit
3189582989
@ -6,7 +6,7 @@
|
||||
#
|
||||
# Minimal install
|
||||
zypper install -y gcc gcc-c++ make cunit-devel libaio-devel libopenssl-devel \
|
||||
libuuid-devel python-base ncurses-devel libjson-c-devel libcmocka-devel \
|
||||
libuuid-devel python3-base ncurses-devel libjson-c-devel libcmocka-devel \
|
||||
ninja meson python3-pyelftools
|
||||
# Additional dependencies for DPDK
|
||||
zypper install -y libnuma-devel nasm
|
||||
|
Loading…
Reference in New Issue
Block a user