Install missing ffi development library
The ffi development library is needed to install ipa. Change-Id: I663c5510552ac48d5f7de4512c297142aaf0b23a
This commit is contained in:
parent
16a734a0ea
commit
1ae521b359
@ -22,6 +22,7 @@ efibootmgr:
|
||||
efivar:
|
||||
chrony:
|
||||
e2fsprogs:
|
||||
libffi-dev:
|
||||
|
||||
# The base minimum element uninstalls firmware, but it's needed for bare metal.
|
||||
linux-firmware:
|
||||
|
@ -5,6 +5,7 @@
|
||||
"tgt": "target-restore",
|
||||
"curl": "curl",
|
||||
"ironic-python-agent": "openstack-ironic-python-agent",
|
||||
"libffi-dev": "libffi-devel",
|
||||
"qemu-utils": "qemu-img",
|
||||
"python-dev": "python3-devel"
|
||||
}
|
||||
@ -14,6 +15,7 @@
|
||||
"tgt": "target-restore",
|
||||
"curl": "curl",
|
||||
"ironic-python-agent": "openstack-ironic-python-agent",
|
||||
"libffi-dev": "libffi-devel",
|
||||
"qemu-utils": "qemu-img",
|
||||
"python-dev": "python3-devel"
|
||||
}
|
||||
@ -29,6 +31,7 @@
|
||||
"tgt": "scsi-target-utils",
|
||||
"curl": "curl",
|
||||
"ironic-python-agent": "openstack-ironic-python-agent",
|
||||
"libffi-dev": "libffi-devel",
|
||||
"qemu-utils": "qemu-img",
|
||||
"python-dev": "python2-devel"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user