Skip to content

Commit 497c74f

Browse files
committed
yocto: pre-install python3-setuptools package
This package (or python3-distutils, which is a indirect dependency) is installed in our Yocto kirkstone jobs via an `apt-get install` call. Pre-install it to save some time and bandwidth. This can be removed once we stop supporting kirkstone (around April 2026). Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 4cc3eff commit 497c74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yocto/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ echo "cache /srv/cache 9p defaults,nofail 0 0" | sudo tee -a /etc/fstab
1717
prepare
1818

1919
sudo -E apt-get install --assume-yes --no-install-recommends \
20-
build-essential chrpath diffstat gawk lz4 tree
20+
build-essential chrpath diffstat gawk lz4 python3-setuptools tree
2121

2222
cleanup

0 commit comments

Comments
 (0)