Merge "Add python3-devel to Kayobe dependencies"

This commit is contained in:
Zuul 2024-05-01 11:47:44 +00:00 committed by Gerrit Code Review
commit 9be242477d
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function is_yum {
function install_dependencies {
echo "Installing package dependencies for kayobe"
if is_dnf; then
sudo dnf -y install gcc git vim python3-pyyaml libffi-devel
sudo dnf -y install gcc git vim python3-devel python3-pyyaml libffi-devel
elif is_yum; then
echo "CentOS 7 is no longer supported"
exit 1