From: Daniel P. Berrangé Date: Thu, 16 Feb 2023 14:57:56 +0000 (+0000) Subject: rpm: add missing deps for the virt-qemu-sev-validate X-Git-Tag: v9.1.0-rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a020a2541a6c1926d3de6a11738ad117932c6252;p=thirdparty%2Flibvirt.git rpm: add missing deps for the virt-qemu-sev-validate The RPM automatic deps generator for python does not pick these up Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- diff --git a/libvirt.spec.in b/libvirt.spec.in index e795b98d48..e62534c31d 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -961,6 +961,8 @@ capabilities of recent versions of Linux (and other OSes). Summary: Additional client side utilities for QEMU Requires: libvirt-libs = %{version}-%{release} Requires: python3-libvirt >= 3.7.0 +Requires: python3-cryptography +Requires: python3-lxml %description client-qemu The additional client binaries are used to interact