From a020a2541a6c1926d3de6a11738ad117932c6252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 16 Feb 2023 14:57:56 +0000 Subject: [PATCH] rpm: add missing deps for the virt-qemu-sev-validate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The RPM automatic deps generator for python does not pick these up Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- libvirt.spec.in | 2 ++ 1 file changed, 2 insertions(+) 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