From adefc3955b83841371e583faf66ba6db07a3553f Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 29 Jul 2009 08:52:36 +0100 Subject: [PATCH] No need to build require both python-devel and python Since python-devel requires python Pointed out by Itamar Reis Peixoto --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 976ef8fecb..6228d0b26d 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -82,7 +82,7 @@ Group: Development/Libraries Source: libvirt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://libvirt.org/ -BuildRequires: python python-devel +BuildRequires: python-devel # The client side, i.e. shared libs and virsh are in a subpackage Requires: libvirt-client = %{version}-%{release}