From 2d7ecd93858f6a2404158ea23fdca8c14e8f0ca5 Mon Sep 17 00:00:00 2001 From: Zhangfei Gao Date: Mon, 8 Oct 2018 11:49:30 +0800 Subject: [PATCH] Fix build ubuntu-geust issue on arm64 To build ubuntu-geust on arm64, libffi-dev & libssl-dev are required Closes-Bug: #1797014 Change-Id: Ia215deac11976fc9fc67e6d823ae11d181bf8083 Signed-off-by: Zhangfei Gao --- .../scripts/files/elements/ubuntu-guest/install.d/15-trove-dep | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/scripts/files/elements/ubuntu-guest/install.d/15-trove-dep b/integration/scripts/files/elements/ubuntu-guest/install.d/15-trove-dep index c79ad87756..0d0059a8f4 100755 --- a/integration/scripts/files/elements/ubuntu-guest/install.d/15-trove-dep +++ b/integration/scripts/files/elements/ubuntu-guest/install.d/15-trove-dep @@ -8,6 +8,7 @@ set -o xtrace export DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated -y install python-dev libxml2-dev libxslt1-dev python-setuptools \ + libffi-dev libssl-dev \ python-pip python-sqlalchemy python-lxml \ python-routes python-eventlet python-webob \ python-pastedeploy python-paste python-netaddr \