Files
ironic-python-agent/bindep.txt
Pavlo Shchelokovskyy 6e2f70ec7d WIP Drop python2 from bindep.txt
IPA dropped support for Python2 long ago,
and now Python2 is not even available in newer distros,
breaking installation if IPA binary dependencies.

WIP because we should consider switching the check-requirements job to
use a bionic node instead of jammy, or remove it entirely

Change-Id: I75a618f94de58f6de2bd96b37de1894bb0e61998
(cherry picked from commit d8a6bf5f61)
(cherry picked from commit 5cc653cbfe)
(cherry picked from commit b62f13aeb7)
(cherry picked from commit 25bcef86b5)
(cherry picked from commit 107c0e3ea3)
2022-10-26 11:45:47 +13:00

28 lines
756 B
Plaintext

# these are needed to compile Python dependencies from sources
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
python3-devel [platform:rpm test]
build-essential [platform:dpkg test]
libssl-dev [platform:dpkg test]
# these are needed for functional tests
mdadm [test]
# this is needed for compiling translations
gettext [test]
# these are needed to build a deploy ramdisk
gnupg [imagebuild]
squashfs-tools [platform:dpkg platform:redhat imagebuild]
squashfs [platform:suse imagebuild]
libguestfs0 [platform:dpkg imagebuild]
libguestfs [platform:rpm imagebuild]
python-guestfs [platform:dpkg imagebuild]
# for TinyIPA build
wget [imagebuild]
python3-pip [imagebuild]
unzip [imagebuild]
sudo [imagebuild]
gawk [imagebuild]
file [imagebuild]