Technically we don't need a crypto library to do the base build but I couldn't see an easy way to skip iotests which would otherwise fail. Besides libnettle is a fairly small library even if its not the fastest crypto implementation.
Signed-off-by: Alex Bennée <[email protected]> --- tests/lcitool/projects/qemu-minimal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lcitool/projects/qemu-minimal.yml b/tests/lcitool/projects/qemu-minimal.yml index 2a1ac51d402..eebdc23e682 100644 --- a/tests/lcitool/projects/qemu-minimal.yml +++ b/tests/lcitool/projects/qemu-minimal.yml @@ -18,6 +18,7 @@ packages: - libffi - make - meson + - nettle - ninja - pixman - pkg-config -- 2.47.3
