TUN-5257: Fix more cfsetup targets that were broken by recent package changes
This commit is contained in:
parent
6cbf90883d
commit
d9636c73b4
|
@ -113,6 +113,9 @@ stretch: &stretch
|
||||||
build_dir: *build_dir
|
build_dir: *build_dir
|
||||||
builddeps:
|
builddeps:
|
||||||
- *pinned_go
|
- *pinned_go
|
||||||
|
- build-essential
|
||||||
|
- python3-dev
|
||||||
|
- libffi-dev
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-pip
|
- python3-pip
|
||||||
pre-cache: &install_pygithub
|
pre-cache: &install_pygithub
|
||||||
|
@ -165,6 +168,9 @@ stretch: &stretch
|
||||||
build_dir: *build_dir
|
build_dir: *build_dir
|
||||||
builddeps:
|
builddeps:
|
||||||
- *pinned_go
|
- *pinned_go
|
||||||
|
- build-essential
|
||||||
|
- python3-dev
|
||||||
|
- libffi-dev
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-pip
|
- python3-pip
|
||||||
pre-cache: *install_pygithub
|
pre-cache: *install_pygithub
|
||||||
|
|
Loading…
Reference in New Issue