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:
parent
f785d5f7e8
commit
8602442973
@ -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:
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user