From cf7a2b458d3ca8d78c5eeeba63153067f79182a8 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Fri, 10 Jun 2022 20:42:46 +0300 Subject: [PATCH] Drop python2 from bindep.txt Ironic dropped support for Python2 long ago, and now Python2 is not even available in newer distros, breaking installation if Ironic binary dependencies. Change-Id: I64578f3677339003bba8665539c2dc2118990e1e --- bindep.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 16adeecda2..35680e008c 100644 --- a/bindep.txt +++ b/bindep.txt @@ -46,7 +46,6 @@ iptables [devstack] net-tools [platform:rpm devstack] # these are needed to compile Python dependencies from sources -python-dev [platform:dpkg test] python3-all-dev [platform:dpkg !platform:ubuntu-precise test] python3-devel [platform:rpm test] build-essential [platform:dpkg test] @@ -91,11 +90,11 @@ kpartx [devstack] libguestfs0 [platform:dpkg imagebuild] libguestfs [platform:rpm imagebuild devstack] libguestfs-tools [platform:dpkg devstack] -python-guestfs [platform:dpkg imagebuild] +python3-guestfs [platform:dpkg imagebuild] qemu-img [platform:rpm devstack] # for TinyIPA build wget [imagebuild] -python-pip [imagebuild] +python3-pip [imagebuild] unzip [imagebuild] sudo [imagebuild] gawk [imagebuild]