d8a6bf5f61
IPA dropped support for Python2 long ago, and now Python2 is not even available in newer distros, breaking installation if IPA binary dependencies. Depends-On: https://review.opendev.org/c/openstack/ironic/+/848345 Change-Id: I75a618f94de58f6de2bd96b37de1894bb0e61998
31 lines
835 B
Plaintext
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]
|