Skip to content

Commit

Permalink
add python3-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed May 30, 2024
1 parent f6c9b32 commit bdbb779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-centos9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function install_build_prerequisites {
dnf config-manager --set-enabled crb
dnf update -y
dnf_install ninja-build cmake ccache gcc-toolset-12 git wget which
dnf_install autoconf automake pip libtool
dnf_install autoconf automake python3-devel pip libtool
pip install cmake==3.28.3
}

Expand Down

0 comments on commit bdbb779

Please sign in to comment.