4da53ab7d4
The ffi development library is necessary to build ipa. Change-Id: I1c5c5a29e073774e93a6df6d754e1eb97aa9b86b
32 lines
885 B
Plaintext
32 lines
885 B
Plaintext
# these are needed to compile Python dependencies from sources
|
|
python-dev [platform:dpkg test]
|
|
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
|
|
python-devel [platform:rpm 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]
|
|
|
|
# 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]
|
|
python-pip [imagebuild]
|
|
unzip [imagebuild]
|
|
sudo [imagebuild]
|
|
gawk [imagebuild]
|
|
file [imagebuild]
|