From 3dfc1184cac41e1189a8e877bfb0cfa047894167 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 10 Jan 2022 19:34:36 +0900 Subject: [PATCH] Remove python2 from bullseye --- .github/workflows/linux-ci-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-ci-helper.sh b/.github/workflows/linux-ci-helper.sh index 30b3b14..a0f4c44 100755 --- a/.github/workflows/linux-ci-helper.sh +++ b/.github/workflows/linux-ci-helper.sh @@ -90,7 +90,7 @@ elif [ "${CONTAINER_FULLNAME}" = "debian:bullseye" ]; then PACKAGE_MANAGER_BIN="apt-get" PACKAGE_UPDATE_OPTIONS="update -y -qq" - INSTALL_PACKAGES="autoconf autotools-dev default-jre-headless fuse libfuse-dev libcurl4-openssl-dev libxml2-dev locales-all mime-support libtool pkg-config libssl-dev attr curl python2 procps python3-pip" + INSTALL_PACKAGES="autoconf autotools-dev default-jre-headless fuse libfuse-dev libcurl4-openssl-dev libxml2-dev locales-all mime-support libtool pkg-config libssl-dev attr curl procps python3-pip" INSTALL_CPPCHECK_OPTIONS="" elif [ "${CONTAINER_FULLNAME}" = "debian:buster" ]; then