From d9636c73b48d4a7fae08f681a53fa949988b0fdc Mon Sep 17 00:00:00 2001 From: Nuno Diegues Date: Thu, 14 Oct 2021 16:47:34 +0100 Subject: [PATCH] TUN-5257: Fix more cfsetup targets that were broken by recent package changes --- cfsetup.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cfsetup.yaml b/cfsetup.yaml index 46801c96..ae3c32cc 100644 --- a/cfsetup.yaml +++ b/cfsetup.yaml @@ -113,6 +113,9 @@ stretch: &stretch build_dir: *build_dir builddeps: - *pinned_go + - build-essential + - python3-dev + - libffi-dev - python3-setuptools - python3-pip pre-cache: &install_pygithub @@ -165,6 +168,9 @@ stretch: &stretch build_dir: *build_dir builddeps: - *pinned_go + - build-essential + - python3-dev + - libffi-dev - python3-setuptools - python3-pip pre-cache: *install_pygithub