mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
tree-wide: drop unused libcap dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user