tree-wide: drop unused libcap dependencies

This commit is contained in:
Yu Watanabe
2025-10-23 23:40:59 +09:00
parent a98f710fdf
commit 9b414a38fa
14 changed files with 8 additions and 57 deletions

View File

@@ -42,11 +42,11 @@ else
apt-get update
apt-get install -y gperf m4 gettext python3-pip \
libcap-dev libmount-dev \
libmount-dev \
pkg-config wget python3-jinja2 zipmerge zstd
if [[ "$ARCHITECTURE" == i386 ]]; then
apt-get install -y pkg-config:i386 libcap-dev:i386 libmount-dev:i386
apt-get install -y pkg-config:i386 libmount-dev:i386
fi
pip3 install -r .github/workflows/requirements.txt --require-hashes