TUN-5257: Fix more cfsetup targets that were broken by recent package changes

This commit is contained in:
Nuno Diegues 2021-10-14 16:47:34 +01:00
parent 6cbf90883d
commit d9636c73b4
1 changed files with 6 additions and 0 deletions

View File

@ -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