Skip to content

Commit

Permalink
Merge pull request #1288 from flatcar/t-lo/fix-systemd-curl-cyclic-dep
Browse files Browse the repository at this point in the history
build_packages: fix systemd cyclic deps resolver
  • Loading branch information
t-lo authored Oct 19, 2023
2 parents 9bd49b7 + a6d8a89 commit e818798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_packages
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ if [[ "${FLAGS_usepkgonly}" -eq "${FLAGS_FALSE}" ]]; then
break_dep_loop sys-apps/util-linux udev,systemd,cryptsetup \
sys-fs/cryptsetup udev \
sys-fs/lvm2 udev,systemd \
sys-apps/systemd cryptsetup,curl \
sys-apps/systemd cryptsetup \
net-misc/curl http2 \
net-libs/nghttp2 systemd
fi
Expand Down

0 comments on commit e818798

Please sign in to comment.