Since libvirt commit
60d9ad6f GnuTLS is required to build libvirt. The
various libvirt build tests in osstest began failing after the commit
hit libvirt.git master. Adding libgnutls28-dev to the list of packages
needed to build libvirt will fix the currently broken builds.
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
sub new {
my ($class, $ho, $methname,$asset) = @_;
- my @extra_packages = qw(libavahi-client3);
+ my @extra_packages = qw(libavahi-client3 libgnutls28-dev);
my $nl_lib = "libnl-3-200";
$nl_lib = "libnl1" if ($ho->{Suite} =~ m/wheezy/);
push(@extra_packages, $nl_lib);