It's already been dragged in by the -devel package, but since
we use the command line tool directly as part of our build
process it's more correct to explicitly depend on the runtime
package.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
BuildRequires: perl-interpreter
BuildRequires: python3
BuildRequires: python3-pytest
+# For xmllint
+BuildRequires: libxml2
%if %{with_libxl}
BuildRequires: xen-devel
%endif