From e484634352acca398b2cf5a4a840d39e8989facd Mon Sep 17 00:00:00 2001 From: Michael Vasseur Date: Wed, 30 Oct 2024 21:55:20 +0100 Subject: [PATCH] More packages --- .github/jobs/configure-checks/setup_configure_image.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/jobs/configure-checks/setup_configure_image.sh b/.github/jobs/configure-checks/setup_configure_image.sh index bd7e4841e4..225dd42561 100755 --- a/.github/jobs/configure-checks/setup_configure_image.sh +++ b/.github/jobs/configure-checks/setup_configure_image.sh @@ -8,10 +8,11 @@ distro_id=$(grep "^ID=" /etc/os-release) case $distro_id in "ID=fedora") dnf install pkg-config make bats autoconf automake util-linux composer \ - python3-yaml -y ;; + python3-{yaml,sphinx} -y ;; *) apt-get update; apt-get full-upgrade -y - apt-get install pkg-config make bats autoconf composer python3-yaml -y ;; + apt-get install pkg-config make bats autoconf composer \ + python3-{yaml,sphinx} -y ;; esac # Build the configure file