Add test dependency installation on Gentoo

Here I add test deps for Gentoo, the main ones to call out are as follows.

* pyyaml: not installed by default and needed for the package element
* parted: not installed by default and needed for the VM element
* multipath-tools: not installed by default and provides kpartx

Change-Id: I07ce871fb3e684bfd9d06268d5c5bd118314f321
This commit is contained in:
Matthew Thode 2016-04-30 20:56:01 -05:00
parent 11128b0673
commit d1b0fc16aa
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 6 additions and 1 deletions

View File

@ -13,4 +13,9 @@ sudo apt-get install -y \
sudo yum -y install \
debootstrap \
kpartx \
qemu-img
qemu-img || \
sudo emerge \
app-emulation/qemu \
dev-python/pyyaml \
sys-block/parted \
sys-fs/multipath-tools