TinyIPA support was already removed[1]. [1] ef80fcc9ae87eaad6cbacbab814793ec702fe678 Change-Id: I23f485e303fea1396c3c13adbe019efffb1db47e Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
25 lines
694 B
Plaintext
25 lines
694 B
Plaintext
# these are needed to compile Python dependencies from sources
|
|
python3-all-dev [platform:dpkg 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]
|
|
podman [imagebuild]
|