From 323ad539bbc793646b2c89b1f57baa8163860329 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 28 Sep 2009 14:14:43 +0100 Subject: [PATCH] Don't require full daemon install for libvirt python bindings * libvirt.spec.in: libvirt-python only needs to depend on libvirt-clients --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 7add13f871..7b5c4d77cc 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -355,7 +355,7 @@ the virtualization capabilities of recent versions of Linux (and other OSes). %package python Summary: Python bindings for the libvirt library Group: Development/Libraries -Requires: libvirt = %{version}-%{release} +Requires: libvirt-client = %{version}-%{release} %description python The libvirt-python package contains a module that permits applications -- GitLab