Skip to content

Commit

Permalink
BBW - debian/ubuntu - EOL python3-buildbot-worker
Browse files Browse the repository at this point in the history
python3-buildbot-worker was a transitional package.

Its now been removed from Debian:sid and Ubuntu:24.10.

buildbot-worker has been the replacement package and is
available in all Debian/Ubuntu releases.
  • Loading branch information
grooverdan committed Sep 18, 2024
1 parent c36528d commit e4983cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_build_images/debian-release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ RUN . /etc/os-release; \
&& apt-get -y upgrade \
&& apt-get -y install --no-install-recommends \
aptly \
buildbot-worker \
ca-certificates \
curl \
dumb-init \
gnupg2 \
python3-buildbot-worker \
rsync \
sudo
2 changes: 1 addition & 1 deletion ci_build_images/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN . /etc/os-release \
&& apt-get -y install --no-install-recommends \
apt-utils \
build-essential \
buildbot-worker \
bzip2 \
ccache \
check \
Expand All @@ -75,7 +76,6 @@ RUN . /etc/os-release \
libnet-ssleay-perl \
libssl-dev \
lsof \
python3-buildbot-worker \
python3-dev \
python3-setuptools \
rsync \
Expand Down

0 comments on commit e4983cc

Please sign in to comment.