Install libssl-dev / openssl-devel when building IPA

It is required to compile the cryptography module.

Change-Id: I3a2d889094db2b4c43be32968bd3602c47f7f032
Story: #2007214
Task: #40823
This commit is contained in:
Dmitry Tantsur 2020-09-04 16:42:02 +02:00
parent f785d5f7e8
commit 8602442973
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,9 @@ efivar:
chrony: chrony:
e2fsprogs: e2fsprogs:
libffi-dev: libffi-dev:
build-only: true
libssl-dev:
build-only: true
# The base minimum element uninstalls firmware, but it's needed for bare metal. # The base minimum element uninstalls firmware, but it's needed for bare metal.
linux-firmware: linux-firmware:

View File

@ -32,6 +32,7 @@
"curl": "curl", "curl": "curl",
"ironic-python-agent": "openstack-ironic-python-agent", "ironic-python-agent": "openstack-ironic-python-agent",
"libffi-dev": "libffi-devel", "libffi-dev": "libffi-devel",
"libssl-dev": "openssl-devel",
"qemu-utils": "qemu-img", "qemu-utils": "qemu-img",
"python-dev": "python-devel" "python-dev": "python-devel"
}, },