From 069bb6cc8ce313f352f53e119522afb6d7416008 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 25 Apr 2018 13:37:07 +0200 Subject: [PATCH] bots: Put back pcp dependencies onto debian-testing image pcp has been back in testing for two months (https://tracker.debian.org/pkg/pcp). PR #8968 will the actually make use of it. Closes #9043 --- bots/images/scripts/debian.setup | 3 --- 1 file changed, 3 deletions(-) diff --git a/bots/images/scripts/debian.setup b/bots/images/scripts/debian.setup index 6769a7928038..c9baeb29fe57 100755 --- a/bots/images/scripts/debian.setup +++ b/bots/images/scripts/debian.setup @@ -69,9 +69,6 @@ case "$RELEASE" in ;; testing) - # https://tracker.debian.org/pcp not currently in testing - COCKPIT_DEPS="${COCKPIT_DEPS/libpcp3 /}" - COCKPIT_DEPS="${COCKPIT_DEPS/pcp /}" COCKPIT_DEPS="${COCKPIT_DEPS} libblockdev-mdraid2 udisks2-lvm2" # docker.io got removed from testing; use backports-version