[libvirt PATCH 2/3] rpm: add missing deps for the virt-qemu-sev-validate

Daniel P. Berrangé berrange at redhat.com
Tue Feb 21 15:05:21 UTC 2023


The RPM automatic deps generator for python does not pick these up

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 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
-- 
2.39.2



More information about the libvir-list mailing list