Merge pull request #1288 from flatcar/t-lo/fix-systemd-curl-cyclic-dep

build_packages: fix systemd cyclic deps resolver
This commit is contained in:
Thilo Fromm 2023-10-19 11:31:28 +02:00 committed by GitHub
commit e8187981fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,7 +276,7 @@ if [[ "${FLAGS_usepkgonly}" -eq "${FLAGS_FALSE}" ]]; then
break_dep_loop sys-apps/util-linux udev,systemd,cryptsetup \ break_dep_loop sys-apps/util-linux udev,systemd,cryptsetup \
sys-fs/cryptsetup udev \ sys-fs/cryptsetup udev \
sys-fs/lvm2 udev,systemd \ sys-fs/lvm2 udev,systemd \
sys-apps/systemd cryptsetup,curl \ sys-apps/systemd cryptsetup \
net-misc/curl http2 \ net-misc/curl http2 \
net-libs/nghttp2 systemd net-libs/nghttp2 systemd
fi fi