Install missing ffi development library

The ffi development library is needed to install ipa.

Change-Id: I663c5510552ac48d5f7de4512c297142aaf0b23a
This commit is contained in:
Riccardo Pittau 2020-06-05 11:37:10 +02:00
parent 16a734a0ea
commit 1ae521b359
2 changed files with 4 additions and 0 deletions

View File

@ -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:

View File

@ -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"
},