Merge "Add python3-devel to Kayobe dependencies"
This commit is contained in:
commit
9be242477d
@ -144,7 +144,7 @@ function is_yum {
|
|||||||
function install_dependencies {
|
function install_dependencies {
|
||||||
echo "Installing package dependencies for kayobe"
|
echo "Installing package dependencies for kayobe"
|
||||||
if is_dnf; then
|
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
|
elif is_yum; then
|
||||||
echo "CentOS 7 is no longer supported"
|
echo "CentOS 7 is no longer supported"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user