Skip to content

Commit d9636c7

Browse files
committed
TUN-5257: Fix more cfsetup targets that were broken by recent package changes
1 parent 6cbf908 commit d9636c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cfsetup.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ stretch: &stretch
113113
build_dir: *build_dir
114114
builddeps:
115115
- *pinned_go
116+
- build-essential
117+
- python3-dev
118+
- libffi-dev
116119
- python3-setuptools
117120
- python3-pip
118121
pre-cache: &install_pygithub
@@ -165,6 +168,9 @@ stretch: &stretch
165168
build_dir: *build_dir
166169
builddeps:
167170
- *pinned_go
171+
- build-essential
172+
- python3-dev
173+
- libffi-dev
168174
- python3-setuptools
169175
- python3-pip
170176
pre-cache: *install_pygithub

0 commit comments

Comments
 (0)