From 0ef5fde2b14dba7a96023e558971cbd0a60a1ec5 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 29 Sep 2020 13:31:59 +0100 Subject: [PATCH] Remove python2 packages from bindep.txt Change-Id: Ie848b25f5b22afaf85bce995f72f8106f115c680 --- bindep.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/bindep.txt b/bindep.txt index 871e2ad3e9..cd5dd12c2f 100644 --- a/bindep.txt +++ b/bindep.txt @@ -17,9 +17,6 @@ gcc git-core [platform:dpkg] libssl-dev [platform:dpkg] libffi-dev [platform:dpkg] -python2.7 [platform:dpkg] -python-apt [platform:dpkg] -python-dev [platform:dpkg] python3 [platform:dpkg] python3-apt [platform:dpkg] python3-dev [platform:dpkg] @@ -29,12 +26,11 @@ gcc-c++ [platform:rpm] git [platform:rpm] libffi-devel [platform:rpm] openssl-devel [platform:rpm] -python-devel [platform:rpm] -python2-dnf [platform:fedora] +python3-devel [platform:rpm] # For SELinux -libselinux-python [platform:redhat] -libsemanage-python [platform:redhat] +python3-libselinux [platform:redhat] +python3-libsemanage [platform:redhat] # Required for compressing collected log files in CI gzip