Skip to content

Commit

Permalink
images: add python3-pcp for RHEL images
Browse files Browse the repository at this point in the history
The Python rewrite of cockpit-pcp is underway and to help development
and testing add the new runtime dependency.
  • Loading branch information
jelly authored and martinpitt committed Aug 26, 2024
1 parent 3874bb9 commit 5542e4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions images/scripts/rhel.setup
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ openssl \
PackageKit \
pcp-libs \
pcp \
python3-pcp \
podman \
realmd \
redhat-logos \
Expand Down Expand Up @@ -248,6 +249,11 @@ if [ "${IMAGE#rhel-8*}" != "$IMAGE" ]; then
TEST_PACKAGES="${TEST_PACKAGES/wireguard-tools /}"
fi

# RHEL 8 still uses the C pcp bridge
if [ "${IMAGE#rhel-8*}" != "$IMAGE" ]; then
COCKPIT_DEPS="${COCKPIT_DEPS/python3-pcp /}"
fi

# vdo not available on centos/rhel 10
if [ "$IMAGE" = "centos-10" ] || [ "${IMAGE#rhel-10}" != "$IMAGE" ]; then
TEST_PACKAGES="${TEST_PACKAGES/ kmod-kvdo / }"
Expand Down

0 comments on commit 5542e4f

Please sign in to comment.