From 229a8ab06b23e651b17b14a04939e8c2c2024ca5 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 29 Jul 2019 13:51:21 +0000 Subject: [PATCH] scripts: remove python2 from Fedora Dockerfiles More and more python2 packages are being removed from future Fedora releases. This removes python2 packages explicitly listed in CRIU's Dockerfiles, which all are not required for the current level of testing. Signed-off-by: Adrian Reber --- scripts/build/Dockerfile.fedora.tmpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/build/Dockerfile.fedora.tmpl b/scripts/build/Dockerfile.fedora.tmpl index 965309623..94f112671 100644 --- a/scripts/build/Dockerfile.fedora.tmpl +++ b/scripts/build/Dockerfile.fedora.tmpl @@ -18,14 +18,9 @@ RUN dnf install -y \ procps-ng \ protobuf-c-devel \ protobuf-devel \ - python2-protobuf \ - python2 \ - # Starting with Fedora 28 this is python2-ipaddress python-ipaddress \ - # Starting with Fedora 28 this is python2-pyyaml python-yaml \ python3-pip \ - python2-future \ python3-PyYAML \ python3-future \ python3-protobuf \