From: Mark McLoughlin Date: Wed, 29 Jul 2009 07:52:36 +0000 (+0100) Subject: No need to build require both python-devel and python X-Git-Tag: v0.7.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adefc3955b83841371e583faf66ba6db07a3553f;p=thirdparty%2Flibvirt.git No need to build require both python-devel and python Since python-devel requires python Pointed out by Itamar Reis Peixoto --- 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}