Files
ironic-python-agent/bindep.txt
Pavlo Shchelokovskyy 80fcf3c0bd 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.

Change-Id: I75a618f94de58f6de2bd96b37de1894bb0e61998
(cherry picked from commit d8a6bf5f61)
(cherry picked from commit 5cc653cbfe)
2022-10-26 11:54:32 +13:00

31 lines
835 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]
libffi-dev [platform:dpkg test]
libffi-devel [platform:rpm test]
# these are needed for functional tests
mdadm [test]
parted [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]