From 40ad2a1c0962bc88f416c962a815acaddc1b8a88 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Tue, 10 Dec 2024 12:03:41 +0100 Subject: [PATCH] install rpm-python --- install_build_dependencies.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install_build_dependencies.sh b/install_build_dependencies.sh index 4ee562c993b74f..d8806d4b2c4bee 100755 --- a/install_build_dependencies.sh +++ b/install_build_dependencies.sh @@ -131,7 +131,9 @@ elif [ -f /etc/redhat-release ] || grep -q "rhel\|tencentos\|opencloudos" /etc/o opencl-headers \ `# python API` \ python3-pip \ - python3-devel + python3-devel \ + `# rpmlint dependency` \ + rpm-python elif [ -f /etc/os-release ] && grep -q "SUSE" /etc/os-release ; then zypper refresh zypper install -y \