coreos-base/afterburn: Add dependency on dev-libs/openssl

The package depends on it through the openssl crate. Without openssl,
the package would fail to build because of missing header files.
This commit is contained in:
Krzesimir Nowak 2022-03-22 10:22:06 +01:00
parent 14ec0b2456
commit 7acca26ab6

View File

@ -235,7 +235,12 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND="!coreos-base/coreos-metadata"
DEPEND="dev-libs/openssl:0="
RDEPEND="
${DEPEND}
!coreos-base/coreos-metadata
"
src_unpack() {
cros-workon_src_unpack "$@"