Skip to content

Commit

Permalink
install rpm-python
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Dec 10, 2024
1 parent a9077e6 commit 40ad2a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install_build_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 40ad2a1

Please sign in to comment.