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 commitd8a6bf5f61) (cherry picked from commit5cc653cbfe) (cherry picked from commitb62f13aeb7) (cherry picked from commit25bcef86b5) (cherry picked from commit107c0e3ea3)
28 lines
756 B
Plaintext
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]
|