tests: Remove dependency on Sys::Virt.

This was only used for a single rule (check-valgrind-local-guests)
which ran "make check-valgrind" on local guests.  This was never
really used by me and was fairly inadvisable anyway, so we can easily
remove it and thus remove the dependency on perl Sys::Virt.
This commit is contained in:
Richard W.M. Jones
2021-03-18 12:15:01 +00:00
parent 5d686b92a6
commit 061be6bb84
6 changed files with 1 additions and 82 deletions

View File

@@ -372,10 +372,6 @@ Optional. Used to build the Go bindings.
Optional. For testing memory problems.
=item Perl C<Sys::Virt>
Optional.
=item libvirt-python
Optional. For testing Python libvirt/libguestfs interactions.