Skip to content

Commit c3fe409

Browse files
authored
chore(deps): drop python3-setuptools from barman install (#460)
barman no longer depends on setuptools since 3.19.0, so the `python3-setuptools` build dependency is no longer required to install barman-cloud. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent c8243af commit c3fe409

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ RUN apt-get update && \
4545
build-essential python3-dev \
4646
python3-pip \
4747
python3-psycopg2 \
48-
python3-setuptools \
4948
&& \
5049
pip3 install --no-cache-dir barman[cloud,azure,snappy,google,zstandard,lz4]==${BARMAN_VERSION} && \
5150
python3 -c "import sysconfig, compileall; compileall.compile_dir(sysconfig.get_path('stdlib'), quiet=1); compileall.compile_dir(sysconfig.get_path('purelib'), quiet=1); compileall.compile_dir(sysconfig.get_path('platlib'), quiet=1)" && \

0 commit comments

Comments
 (0)