From 812fb62e6d62264e5b063c4a7a627819e24af823 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 14 Mar 2019 17:44:52 +0100 Subject: Adding pip and apt packages - ubuntu16.04 - add python3-cffi to apt list - add aenum to pip requirements Change-Id: Iac0f4f69752db7d34693e83dd14bf68ad8cdc8ee Signed-off-by: Jan Gelety --- resources/tools/disk-image-builder/ubuntu/run-listmaker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/disk-image-builder/ubuntu/run-listmaker.sh') diff --git a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh index 78d30b5bad..21a33a5dbf 100755 --- a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh +++ b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh @@ -62,7 +62,7 @@ echo "Storing data in ${OUTPUT_DIR}/." # APT packages wanted APT_WANTLIST_INFRA="nfs-common cloud-init" -APT_WANTLIST_CSIT="python-dev python-pip python-virtualenv git strongswan socat python-cffi" +APT_WANTLIST_CSIT="python-dev python-pip python-virtualenv git strongswan socat python-cffi python3-cffi" APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake tcpdump" APT_WANTLIST_VPP="dkms bridge-utils libmbedcrypto0 libmbedcrypto1 libmbedtls10 libmbedx509-0" APT_WANTLIST_TREX="zlib1g-dev unzip" -- cgit 1.2.3-korg